diff options
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r-- | src/commands/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 0cc183a..6432746 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs | |||
@@ -1,3 +1,5 @@ | |||
1 | pub mod add; | 1 | pub mod add; |
2 | pub mod list; | ||
2 | 3 | ||
3 | pub use add::*; | 4 | pub use add::*; |
5 | pub use list::*; | ||