summaryrefslogtreecommitdiff
path: root/src/cmd/mod.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-10 09:35:59 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-10 10:29:27 +0300
commit20a5db2cc1b348087bca5e689ed38f98e1150955 (patch)
tree5c3cef3c30f43045c057c23dd162b5c9c02ceb6d /src/cmd/mod.rs
parent3defb987dad68fa45dbf8a0044adb97104d04a0b (diff)
downloadobnam2-20a5db2cc1b348087bca5e689ed38f98e1150955.tar.gz
refactor: struct GetChunk subcommand
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;