From 03197cd47ac595dec00ac8c047be0c66b5716a71 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 7 Oct 2024 19:41:15 +0200 Subject: feat(cli): Also add a `dowa` command This is the same as the `sedowa` command, with the difference that the `dowa` command does not include the select part. --- src/cli.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 0dfd531..51809c0 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -63,6 +63,8 @@ pub enum Command { /// Select, download and watch in one command. Sedowa {}, + /// Download and watch in one command. + Dowa {}, /// Work with single videos Videos { -- cgit 1.4.1