You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a boolean option is specified on the command line, picocli will set the value of that field to true. It is useful to change this behaviour to toggle boolean flags instead. (This change is backwards compatible.)
The text was updated successfully, but these errors were encountered:
Currently when a boolean option is specified on the command line, picocli will set the value of that field to
true
. It is useful to change this behaviour to toggle boolean flags instead. (This change is backwards compatible.)The text was updated successfully, but these errors were encountered: