Optional
Readonly
keyA key of option readers to recognize te option.
[name]
Readonly
nameOption name.
I.e. a command line argument to process.
Optional
Readonly
retryWhether to retry the option processing.
When an input with this flag set is encountered, current option processing terminates and restarts for another one.
Optional
Readonly
tailArray of command line arguments following the option [name] and its [values].
Optional
Readonly
valuesArray of option values.
I.e. command line arguments immediately following the option [name].
Empty array.
Generated using TypeDoc
Command line option input.
This is constructed from raw command line arguments by options syntax.