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 |
| Indicates a CommandLineChoiceParameter |
ChoiceList |
| Indicates a CommandLineChoiceListParameter |
Flag |
| Indicates a CommandLineFlagParameter |
Integer |
| Indicates a CommandLineIntegerParameter |
IntegerList |
| Indicates a CommandLineIntegerListParameter |
String |
| Indicates a CommandLineStringParameter |
StringList |
| Indicates a CommandLineStringListParameter |