Interface ImplClass<TOption, TCtx, TArgs>

A class constructor representing a parser-specific implementation of the command line option.

Type Parameters

  • TOption extends ZOption

    Parser-specific command line option interface implemented by this class.

  • TCtx

    A type of option processing context required by parser.

  • TArgs extends any[]

    A type of arguments to pass to the base constructor.

Hierarchy

  • ImplClass

Constructors

Properties

Constructors

  • Constructs command line option representation.

    Parameters

    • context: TCtx

      Option processing context.

    • Rest ...args: TArgs

      Arguments to pass to the base constructor.

    Returns TOption

Properties

prototype: TOption

Generated using TypeDoc