A type of option processing context required by parser.
Command line options parser signature.
Options processing context. This context is supposed to receive the processing results.
Array of command line arguments
Optional
opts: Opts<TOption, TCtx>Parser options.
A promise resolved to processing context when parsing completes.
Generated using TypeDoc
A type of option representation.