Type alias ParsingFlags

ParsingFlags: {
    clusterPrefix?: string;
    compIndex?: number;
    progName?: string;
}

The parsing flags.

Type declaration

  • Optional Readonly clusterPrefix?: string

    The prefix of cluster arguments. If set, then eligible arguments that have this prefix will be considered a cluster.

  • Optional Readonly compIndex?: number

    The completion index of a raw command line.

  • Optional Readonly progName?: string

    The program name.