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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs
index 0a22a8a..8f08668 100644
--- a/src/cmd/mod.rs
+++ b/src/cmd/mod.rs
@@ -12,3 +12,6 @@ pub use restore::restore;
pub mod get_chunk;
pub use get_chunk::get_chunk;
+
+pub mod show_gen;
+pub use show_gen::show_generation;