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

14 lines
341 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
/**
* Helpers for working with the ts-command-line API.
*
* @public
*/
export declare class CommandLineHelper {
/**
* Returns true if the current command line action is tab-complete.
*
* @public
*/
static isTabCompletionActionRequest(argv: string[]): boolean;
}
//# sourceMappingURL=CommandLineHelper.d.ts.map