Home > @rushstack/ts-command-line > IRequiredCommandLineChoiceParameter
IRequiredCommandLineChoiceParameter interface
The data type returned by CommandLineParameterProvider.defineChoiceParameter().
Signature:
export interface IRequiredCommandLineChoiceParameter<TChoice extends string = string> extends CommandLineChoiceParameter<TChoice>
Extends: CommandLineChoiceParameter<TChoice>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| TChoice |