Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/ts-command-line > CommandLineChoiceParameter > value

CommandLineChoiceParameter.value property

Returns the argument value for a choice parameter that was parsed from the command line.

Signature:

get value(): string | undefined;

Remarks

The return value will be undefined if the command-line has not been parsed yet, or if the parameter was omitted and has no default value.