fix(cli): remove conflicting short flags in the fuzz subcommand
This commit is contained in:
parent
b5a91a4a85
commit
278526ef75
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ struct Fuzz {
|
|||
pub iterations: Option<usize>,
|
||||
#[arg(long, short, help = "Regex pattern to filter tests")]
|
||||
pub filter: Option<Regex>,
|
||||
#[arg(long, short, help = "Enable logging of graphs and input")]
|
||||
#[arg(long, help = "Enable logging of graphs and input")]
|
||||
pub log_graphs: bool,
|
||||
#[arg(long, short, help = "Enable parser logging")]
|
||||
pub log: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue