fix(cli): remove conflicting short flags in the fuzz subcommand
(cherry picked from commit 278526ef75)
This commit is contained in:
parent
5ff5ab3a42
commit
8c8271875a
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