Files
bim_engine/node_modules/@rushstack/ts-command-line/lib/CommandLineHelper.d.ts
2025-12-03 12:00:46 +08: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