UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

9 lines 362 B
import type { CommandContext } from "../commandHandler.js"; import type { ExecuteResult } from "../result.js"; export declare function pwdCommand(context: CommandContext): ExecuteResult | Promise<ExecuteResult>; interface PwdFlags { logical: boolean; } export declare function parseArgs(args: string[]): PwdFlags; export {}; //# sourceMappingURL=pwd.d.ts.map