Skip to content

Commit ad9409a

Browse files
committed
fixed argument flags
1 parent c9a152a commit ad9409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub struct CliArgs {
77
#[arg(required = true)]
88
pub video: PathBuf,
99

10-
#[arg(action = clap::ArgAction::SetTrue)]
10+
#[arg(long, action = clap::ArgAction::SetTrue)]
1111
pub regenerate: bool,
1212
}
1313

0 commit comments

Comments
 (0)