Home > @rushstack/ts-command-line > CommandLineParameterProvider > getIntegerListParameter
CommandLineParameterProvider.getIntegerListParameter() method
Returns the CommandLineIntegerParameter with the specified long name.
Signature:getIntegerListParameter(parameterLongName: string): CommandLineIntegerListParameter;
Parameters
Parameter | Type | Description |
---|---|---|
parameterLongName | string |
CommandLineIntegerListParameter
Remarks
This method throws an exception if the parameter is not defined.