Flag Option
An Option that has no values.
Functions
Create a new option that is a copy of this one with the same transforms.
Create a new option that is a copy of this one with different transforms.
Called after this command's argv is parsed to transform and store the option's value.
Information about this option for the help output.
Called after all of a command's parameters have been finalized to perform validation of the final value.
Implementations must call ParameterHolder.registerOption
Properties
Extensions
Convert the option's value type.
Set a default value for an option from a lazy builder which is only called if the default value is used.
Mark this option as deprecated in the help output.
Set the help for this option.
If the option is not called on the command line (and is not set in an envvar), throw a MissingOption.
Check the final option value and raise an error if it's not valid.