diff options
Diffstat (limited to 'src/cli.rs')
-rw-r--r-- | src/cli.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs index 51809c0..d19586e 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -238,6 +238,10 @@ pub enum SelectCommand { use_last_selection: bool, }, + /// Add a video to the database + #[command(visible_alias = "a")] + Add { urls: Vec<Url> }, + /// Mark the video given by the hash to be watched #[command(visible_alias = "w")] Watch { |