Home > @rushstack/ts-command-line > ICommandLineParserOptions
ICommandLineParserOptions interface
Options for the CommandLineParser constructor.
Signature:
export interface ICommandLineParserOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Set to true to auto-define a tab completion action. False by default. | ||
string | General documentation that is included in the "--help" main page | ||
string | (Optional) An optional string to append at the end of the "--help" main page. If not provided, an epilog will be automatically generated based on the toolFilename. | ||
string | The name of your tool when invoked from the command line |