Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/ts-command-line > ICommandLineStringDefinition

ICommandLineStringDefinition interface

For use with CommandLineParameterProvider.defineStringParameter(), this interface defines a command line parameter whose argument is a string value.

Signature:

export interface ICommandLineStringDefinition extends IBaseCommandLineDefinitionWithArgument 

Extends: IBaseCommandLineDefinitionWithArgument

Properties

PropertyModifiersTypeDescription
defaultValue?string(Optional) The default value which will be used if the parameter is omitted from the command line.