Optional
Readonly
*Fallback option reader consulted when none of the readers the option in #any any syntax.
Optional
Readonly
-*Fallback option reader consulted when none of the readers recognized the option in #shortOptions short syntax.
Optional
Readonly
-*=*Fallback option reader consulted when none of the readers recognized the option in
#shortOptions -name=VALUE
syntax.
Optional
Readonly
--*Fallback option reader consulted when none of the readers recognized the option in #longOptions long syntax.
Optional
Readonly
--*=*Fallback option reader consulted when none of the readers recognized the option in.
#longOptions --name=VALUE
syntax.
Optional
Readonly
-?Fallback option reader consulted when none of the readers recognized the option in #shortOptions one-letter syntax.
Generated using TypeDoc
A map of readers corresponding to option keys or their wildcards.
Type Param
A type of option processing context required by parser.