Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/ts-command-line > CommandLineStringListParameter > values

CommandLineStringListParameter.values property

Returns the string arguments for a string list parameter that was parsed from the command line.

Signature:

get values(): ReadonlyArray<string>;

Remarks

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