UNPKG

simple-task-master

Version:
9 lines 179 B
/** * List tasks command */ import { Command } from 'commander'; /** * Create the list command */ export declare const listCommand: Command; //# sourceMappingURL=list.d.ts.map