Additional options for command line options parser.

Type Parameters

  • TOption extends ZOption = ZOption

    A type of option representation.

  • TCtx = unknown

    A type of option processing context required by parser.

Hierarchy

  • Opts

Properties

Properties

fromIndex?: number

An index of command line argument to start processing from.

options?: SupportedZOptions<TOption, TCtx>

Additional options to support.

Generated using TypeDoc