-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
@Option(name = "reset-configuration", hasValue = true, required = true)
private boolean resetConfiguration;
When calling the command: cmd1 --reset-configuration= <Return>
==> The command is executed, the resetConfiguration has a value of false.
The command shouldn't be executed, warning for a required value true/false.