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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultValue? | string | (Optional) The default value which will be used if the parameter is omitted from the command line. |