about summary refs log tree commit diff stats
path: root/crates/yt/src/commands/description/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/yt/src/commands/description/mod.rs')
-rw-r--r--crates/yt/src/commands/description/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/yt/src/commands/description/mod.rs b/crates/yt/src/commands/description/mod.rs
new file mode 100644
index 0000000..b5b2a10
--- /dev/null
+++ b/crates/yt/src/commands/description/mod.rs
@@ -0,0 +1,6 @@
+use clap::Parser;
+
+mod implm;
+
+#[derive(Parser, Debug)]
+pub(crate) struct DescriptionCommand {}