diff options
Diffstat (limited to 'src/commands.rs')
-rw-r--r-- | src/commands.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commands.rs b/src/commands.rs new file mode 100644 index 0000000..a9d2c2c --- /dev/null +++ b/src/commands.rs | |||
@@ -0,0 +1,5 @@ | |||
1 | pub mod download; | ||
2 | pub mod io; | ||
3 | pub mod list; | ||
4 | pub mod modification; | ||
5 | pub mod update; | ||