Set required for input (#585)

This commit is contained in:
redzic 2022-03-07 19:40:33 -06:00 committed by GitHub
parent 09e552b413
commit 2efb7daa73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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