From 5638cbda332f0cb4d2bc5bfefac5a3ab3d01366e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Aug 2024 15:55:15 +0200 Subject: feat(cli): Support the common select -> download -> watch workflow --- 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 42b6378..60b0772 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -61,6 +61,9 @@ pub enum Command { max_cache_size: Option, }, + /// Select, download and watch in one command. + SeDoWa {}, + /// Work with single videos Videos { #[command(subcommand)] -- cgit 1.4.1