about summary refs log tree commit diff stats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:28:45 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:45:28 +0200
commit55e8da54a85c817bc6f71a9af43a7f6d813a67b3 (patch)
tree870dea01a562ec3709fd190aa616062705cdb079 /src/cli.rs
parentfix(config): Check for wrong keys in the config file (diff)
downloadyt-55e8da54a85c817bc6f71a9af43a7f6d813a67b3.tar.gz
yt-55e8da54a85c817bc6f71a9af43a7f6d813a67b3.zip
feat(cli/config): Show the currently active configuration
Diffstat (limited to '')
-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)]