Home > @rushstack/ts-command-line > CommandLineParameterKind
CommandLineParameterKind enum
Identifies the kind of a CommandLineParameter.
Signature:
export declare enum CommandLineParameterKind
Enumeration Members
Member | Value | Description |
---|---|---|
Choice | 0 | Indicates a CommandLineChoiceParameter |
ChoiceList | 5 | Indicates a CommandLineChoiceListParameter |
Flag | 1 | Indicates a CommandLineFlagParameter |
Integer | 2 | Indicates a CommandLineIntegerParameter |
IntegerList | 6 | Indicates a CommandLineIntegerListParameter |
String | 3 | Indicates a CommandLineStringParameter |
StringList | 4 | Indicates a CommandLineStringListParameter |