We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a152a commit ad9409aCopy full SHA for ad9409a
src/cli.rs
@@ -7,7 +7,7 @@ pub struct CliArgs {
7
#[arg(required = true)]
8
pub video: PathBuf,
9
10
- #[arg(action = clap::ArgAction::SetTrue)]
+ #[arg(long, action = clap::ArgAction::SetTrue)]
11
pub regenerate: bool,
12
}
13
0 commit comments