dax
Version:
Cross platform shell tools inspired by zx.
9 lines • 362 B
TypeScript
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