tsargp
    Preparing search index...

    Type Alias ParserSuggestion

    ParserSuggestion: ICompletionSuggestion & {
        displayName?: string;
        synopsis?: string;
        type: OptionType | "parameter" | "marker";
    }

    A suggestion emitted by the parser.

    Type declaration

    • OptionaldisplayName?: string

      The option name, in case of parameter suggestions.

    • Optionalsynopsis?: string

      The option synopsis, if any.

    • type: OptionType | "parameter" | "marker"

      The type of argument being suggested.