utils/node_modules/@rushstack/ts-command-line/lib/CommandLineHelper.d.ts
2024-02-07 01:33:07 -05:00

14 lines
341 B
TypeScript

/**
* 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