UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

7 lines 326 B
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