utils/node_modules/@rushstack/ts-command-line/lib/Constants.d.ts

13 lines
365 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
/**
* String constants for command line processing.
*
* @public
*/
export declare const enum CommandLineConstants {
/**
* The name of the built-in action that serves suggestions for tab-completion
*/
TabCompletionActionName = "tab-complete"
}
export declare const SCOPING_PARAMETER_GROUP: unique symbol;
//# sourceMappingURL=Constants.d.ts.map