about summary refs log tree commit diff stats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 3b13bdf..fe89bf7 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -73,6 +73,9 @@ pub enum Command {
     /// Show, which videos have been selected to be watched (and their cache status)
     Status {},
 
+    /// Show, the configuration options in effect
+    Config {},
+
     /// Perform various tests
     Check {
         #[command(subcommand)]