Home > @rushstack/ts-command-line > ICommandLineStringListDefinition
ICommandLineStringListDefinition interface
For use with CommandLineParameterProvider.defineStringListParameter(), this interface defines a command line parameter whose argument is a single text string. The parameter can be specified multiple times to build a list.
Signature:
export interface ICommandLineStringListDefinition extends IBaseCommandLineDefinitionWithArgument