UNPKG

@kubb/cli

Version:

Command-line interface for Kubb, enabling easy generation of TypeScript, React-Query, Zod, and other code from OpenAPI specifications.

21 lines (19 loc) 589 B
const require_chunk = require('./chunk-CNbaEX1y.cjs'); let citty = require("citty"); //#region src/commands/agent.ts const command = (0, citty.defineCommand)({ args: { help: { type: "boolean", description: "Show help", alias: "h", default: false } }, subCommands: { start: () => Promise.resolve().then(() => require("./start-lrn1-P52.cjs")).then((m) => m.default) }, async run(commandContext) { const { args } = commandContext; if (args.help) return (0, citty.showUsage)(command); } }); //#endregion exports.default = command; //# sourceMappingURL=agent-NAhMf2ot.cjs.map