mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
fix(cli): remove conflicting short flags in the fuzz subcommand
This commit is contained in:
parent
b5a91a4a85
commit
278526ef75
|
|
@ -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…
Reference in a new issue