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.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs
index f1e029c..606e326 100644
--- a/src/cmd/mod.rs
+++ b/src/cmd/mod.rs
@@ -1,3 +1,8 @@
+//! Implementations of command line sub-commands.
+//!
+//! This module has sub-modules with functions for all the
+//! sub-commands of the command line tool part of the crate.
+
pub mod new;
pub use new::new;