Remove unused no-minimize arg for the generate command
This commit is contained in:
parent
8a888a69fe
commit
ad45f5cd2c
1 changed files with 1 additions and 2 deletions
|
|
@ -111,8 +111,7 @@ fn run() -> Result<()> {
|
|||
.long("report-states-for-rule")
|
||||
.value_name("rule-name")
|
||||
.takes_value(true),
|
||||
)
|
||||
.arg(Arg::with_name("no-minimize").long("no-minimize")),
|
||||
),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("parse")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue