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-25 15:55:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-25 15:55:15 +0200
commit5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e (patch)
tree0348a6ec8da2e4e8dd87d4d95ce0fcfc3a422404 /src/cli.rs
parentrefactor(watch/playlist_handler): Init (diff)
downloadyt-5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e.tar.gz
yt-5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e.zip
feat(cli): Support the common select -> download -> watch workflow
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 42b6378..60b0772 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -61,6 +61,9 @@ pub enum Command {
         max_cache_size: Option<u64>,
     },
 
+    /// Select, download and watch in one command.
+    SeDoWa {},
+
     /// Work with single videos
     Videos {
         #[command(subcommand)]