UNPKG

execli

Version:

Generate task-oriented CLIs declaratively

5 lines 224 B
export { Command, getCommand, OptionsContext } from "./commands.js"; export { Context } from "./context.js"; export { Exec, ExecError } from "./exec.js"; export { Task } from "./tasks.js"; //# sourceMappingURL=index.d.ts.map