Class FlagBase<T>

A base class provides some common methods for the class flag

Type Parameters

  • T

Hierarchy

Implements

Constructors

Properties

opts: FlagOptions<T>
value_: T

Accessors

Methods

  • Parameters

    • l: T
    • r: T

    Returns boolean

  • Parsed to this flag

    Parameters

    • Optional _: string

      The parsed command line value

    Returns boolean

  • Parameters

    • v: T

    Returns boolean

Generated using TypeDoc