@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) • 554 B
JavaScript
import { t as __name } from "./chunk-DKWOrOAv.js";
import { defineCommand, showUsage } from "citty";
//#region src/commands/agent.ts
const command = defineCommand({
args: { help: {
type: "boolean",
description: "Show help",
alias: "h",
default: false
} },
subCommands: { start: () => import("./start-CYuU23PX.js").then((m) => m.default) },
async run(commandContext) {
const { args } = commandContext;
if (args.help) return showUsage(command);
}
});
//#endregion
export { command as default };
//# sourceMappingURL=agent-BzD6f3mV.js.map