dax
Version:
Cross platform shell tools inspired by zx.
8 lines • 325 B
TypeScript
import type { CommandContext } from "../commandHandler.js";
export declare function touchCommand(context: CommandContext): Promise<import("../result.js").ExecuteResult>;
interface TouchFlags {
paths: string[];
}
export declare function parseArgs(args: string[]): TouchFlags;
export {};
//# sourceMappingURL=touch.d.ts.map