mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Set required for input (#585)
This commit is contained in:
parent
09e552b413
commit
2efb7daa73
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ pub struct CliOpts {
|
|||
/// Input file to encode
|
||||
///
|
||||
/// Can be a video or vapoursynth (.py, .vpy) script.
|
||||
#[clap(short, parse(from_os_str))]
|
||||
#[clap(short, parse(from_os_str), required = true)]
|
||||
pub input: Vec<PathBuf>,
|
||||
|
||||
/// Video output file
|
||||
|
|
Loading…
Reference in a new issue