Skip to content

Commit 2efb7da

Browse files
authored
Set required for input (#585)
1 parent 09e552b commit 2efb7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

av1an-cli/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub struct CliOpts {
9898
/// Input file to encode
9999
///
100100
/// Can be a video or vapoursynth (.py, .vpy) script.
101-
#[clap(short, parse(from_os_str))]
101+
#[clap(short, parse(from_os_str), required = true)]
102102
pub input: Vec<PathBuf>,
103103

104104
/// Video output file

0 commit comments

Comments
 (0)