Optional
Readonly
clusterThe letters used for clustering in short-option style (e.g., 'fF').
Optional
Readonly
default?: Readonly<T> | DefaultCallback<T>The option default value or a callback that returns the default value.
The default value is set at the end of the parsing loop if the option was specified neither on the command-line nor as an environment variable. You may use a callback to inspect parsed values and determine the default value based on those values.
Optional
Readonly
required?: trueTrue if the option is always required.
Optional
Readonly
requiredThe conditional requirements.
Optional
Readonly
requires?: RequiresThe option requirements.
Defines attributes common to options with values.