fix(cli): remove conflicting short flags in the fuzz subcommand

This commit is contained in:
Amaan Qureshi 2024-08-29 21:50:56 -04:00
parent b5a91a4a85
commit 278526ef75

View file

@ -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,