Type alias WithFlag

WithFlag: {
    negationNames?: ReadonlyArray<string>;
}

Defines attributes for the flag option.

Type declaration

  • Optional Readonly negationNames?: ReadonlyArray<string>

    The names used for negation (e.g., '--no-flag').