diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-25 15:55:15 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-25 15:55:15 +0200 |
| commit | 5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e (patch) | |
| tree | 0348a6ec8da2e4e8dd87d4d95ce0fcfc3a422404 /src/cli.rs | |
| parent | refactor(watch/playlist_handler): Init (diff) | |
| download | yt-5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e.zip | |
feat(cli): Support the common select -> download -> watch workflow
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 3 |
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)] |
