We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e552b commit 2efb7daCopy full SHA for 2efb7da
av1an-cli/src/lib.rs
@@ -98,7 +98,7 @@ pub struct CliOpts {
98
/// Input file to encode
99
///
100
/// Can be a video or vapoursynth (.py, .vpy) script.
101
- #[clap(short, parse(from_os_str))]
+ #[clap(short, parse(from_os_str), required = true)]
102
pub input: Vec<PathBuf>,
103
104
/// Video output file
0 commit comments