mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Show an error message if no url was given
This commit is contained in:
parent
6a6b981979
commit
70b41b4dd5
2 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ pub struct Download {
|
|||
pub(crate) force_hardsub: bool,
|
||||
|
||||
#[arg(help = "Url(s) to Crunchyroll episodes or series")]
|
||||
#[arg(required = true)]
|
||||
pub(crate) urls: Vec<String>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue