diff options
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r-- | src/commands/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 5d008fd..20badcb 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs | |||
@@ -1,7 +1,11 @@ | |||
1 | pub mod modification; | 1 | pub mod modification; |
2 | pub mod list; | 2 | pub mod list; |
3 | pub mod update; | 3 | pub mod update; |
4 | pub mod setup; | ||
5 | pub mod download; | ||
4 | 6 | ||
5 | pub use modification::*; | 7 | pub use modification::*; |
6 | pub use list::*; | 8 | pub use list::*; |
7 | pub use update::*; | 9 | pub use update::*; |
10 | pub use setup::*; | ||
11 | pub use download::*; | ||