Optionaldescription: stringOptionalargOptionaldefaultOptionaldefaultOptionalenvOptionalhelpOptionallongOptionalparseOptionalpresetOptionalshortReturn option name, in a camelcase format that can be used as an object attribute key.
Only allow option value to be one of choices.
Set the default value, and optionally supply the description to be displayed in the help.
Optionaldescription: stringSet environment variable to check for option value.
An environment variables is only used if when processed the current option value is undefined, or the source of the current value is 'default' or 'config' or 'env'.
Set the help group heading.
Hide option in help.
Optionalhide: booleanSpecify implied option values for when this option is set and the implied options are not.
The custom processing (parseArg) is not called on the implied values.
Return whether a boolean option.
Options are one of boolean, negated, required argument, or optional argument.
Whether the option is mandatory and must have a value after parsing.
Optionalmandatory: booleanReturn option name.
Preset to use when option used without option-argument, especially optional but also boolean and negated. The custom processing (parseArg) is called.
Set the custom handler for processing CLI option arguments into option values.