Skip to content

Commit

Permalink
Restore default value for flag
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Jan 17, 2024
1 parent cd58dcc commit 1e0bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo-ziggy/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub struct Fuzz {
start_time: std::time::Instant,

/// Pass flags to AFL++ directly
#[clap(short = 'a', long = "afl-flags", value_name = "FLAGS")]
#[clap(short = 'a', long = "afl-flags", value_name = "FLAGS", default_value="")]
afl_flags: String,
}

Expand Down

0 comments on commit 1e0bf84

Please sign in to comment.