UNPKG

simple-task-master

Version:
15 lines 309 B
/** * Show task command */ import { Command } from 'commander'; /** * Show a specific task */ export declare function showTask(idStr: string, options: { format?: string; }): Promise<void>; /** * Create the show command */ export declare const showCommand: Command; //# sourceMappingURL=show.d.ts.map