A map of readers corresponding to option keys or their wildcards.

Type Param

A type of option processing context required by parser.

Type Parameters

Hierarchy

  • Map

Indexable

[key: string]: ZOptionReader<TOption, this> | undefined

Properties

Properties

*?: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers the option in #any any syntax.

-*?: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers recognized the option in #shortOptions short syntax.

-*=*?: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers recognized the option in #shortOptions -name=VALUE syntax.

--*?: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers recognized the option in #longOptions long syntax.

--*=*?: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers recognized the option in. #longOptions --name=VALUE syntax.

-??: ZOptionReader<TOption, Map<TOption>>

Fallback option reader consulted when none of the readers recognized the option in #shortOptions one-letter syntax.

Generated using TypeDoc