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
An @Option of type boolean is interpreted as a mode flag. It does not take a value.
The boolean indicates whether the flag was present on the command line.
The type must be boolean exactly. Boolean or Optional<Boolean> will not work.
If the boolean option has at least one unix name, it can be clustered with other unix options on the command line.