From 55e8da54a85c817bc6f71a9af43a7f6d813a67b3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 24 Aug 2024 11:28:45 +0200 Subject: feat(cli/config): Show the currently active configuration --- src/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cli.rs') 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)] -- cgit 1.4.1