Initial commit
This commit is contained in:
14
node_modules/@rushstack/ts-command-line/lib/CommandLineHelper.d.ts
generated
vendored
Normal file
14
node_modules/@rushstack/ts-command-line/lib/CommandLineHelper.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user