summaryrefslogtreecommitdiff
path: root/src/cmd/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mod.rs')
-rw-r--r--src/cmd/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs
index 3657d3e..02f4f01 100644
--- a/src/cmd/mod.rs
+++ b/src/cmd/mod.rs
@@ -1,12 +1,10 @@
pub mod backup;
+pub mod get_chunk;
pub mod init;
pub mod list;
pub mod list_files;
pub mod restore;
pub mod show_gen;
-pub mod get_chunk;
-pub use get_chunk::get_chunk;
-
pub mod show_config;
pub use show_config::show_config;