Home > @rushstack/ts-command-line > ICommandLineParserOptions
ICommandLineParserOptions interface
Options for the CommandLineParser constructor.
Signature:export interface ICommandLineParserOptions
Properties
Property | Type | Description |
---|---|---|
enableTabCompletionAction? | boolean | (Optional) Set to true to auto-define a tab completion action. False by default. |
toolDescription | string | General documentation that is included in the "--help" main page |
toolFilename | string | The name of your tool when invoked from the command line |