about summary refs log tree commit diff stats
path: root/yt/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yt/src/cli.rs')
-rw-r--r--yt/src/cli.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/src/cli.rs b/yt/src/cli.rs
index 948138d..9851211 100644
--- a/yt/src/cli.rs
+++ b/yt/src/cli.rs
@@ -89,6 +89,13 @@ pub enum Command {
     /// Watch the already cached (and selected) videos
     Watch {},
 
+    /// Visualize the current playlist
+    Playlist {
+        /// Linger and display changes
+        #[arg(short, long)]
+        watch: bool,
+    },
+
     /// Show, which videos have been selected to be watched (and their cache status)
     Status {},