Home > @rushstack/ts-command-line > ICommandLineIntegerListDefinition
ICommandLineIntegerListDefinition interface
For use with CommandLineParameterProvider.defineIntegerListParameter(), this interface defines a command line parameter whose argument is an integer value. The parameter can be specified multiple times to build a list.
Signature:
export interface ICommandLineIntegerListDefinition extends IBaseCommandLineDefinitionWithArgument