Rush StackShopBlogEvents
Skip to main content

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

CommandLineIntegerListParameter.values property

Returns the integer arguments for an integer list parameter that was parsed from the command line.

Signature:

get values(): ReadonlyArray<number>;

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.