@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
24 lines (23 loc) • 460 B
text/typescript
export type {
CommandContext,
CommandDef,
IO,
InputDef,
InputResultType,
InputsSchema,
StringInputDef,
StringArrayInputDef,
NumberInputDef,
BooleanInputDef,
PromptChoice,
ChoicesFn,
} from "./types";
export { MissingInputError } from "./types";
export { defineCommand } from "./defineCommand";
export {
registerCommand,
getCommand,
getAllCommands,
getCommandsByGroup,
} from "./registry";
export { runCommand } from "./runner";