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

14 lines
341 B
TypeScript
Raw Normal View History

2025-12-03 12:00:46 +08: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