Remove unused no-minimize arg for the generate command

This commit is contained in:
Andrew Hlynskyi 2023-01-06 06:05:07 +02:00
parent 8a888a69fe
commit ad45f5cd2c

View file

@ -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")