Skip to content

Commit

Permalink
Relax order of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 29, 2023
1 parent 4fc309c commit 9ef7473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/gifski.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ fn bin_main() -> BinResult<()> {
.num_args(1..)
.value_parser(NonEmptyStringValueParser::new())
.use_value_delimiter(false)
.trailing_var_arg(true)
.required(true))
.arg(Arg::new("repeat")
.long("repeat")
Expand Down

0 comments on commit 9ef7473

Please sign in to comment.