projen
Version:
CDK for software projects
7 lines • 326 B
TypeScript
import type { CommandContext } from "../commandHandler.js";
import type { ExecuteResult } from "../result.js";
export declare function whichCommand(context: CommandContext): Promise<ExecuteResult>;
export declare function parseArgs(args: string[]): {
commandName: string | undefined;
};
//# sourceMappingURL=which.d.ts.map