We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generateCommand
1 parent 0a06da1 commit 1cb1c9cCopy full SHA for 1cb1c9c
.changeset/short-cooks-swim.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Integrate `generateCommand` arguments and run method into main command.
index.ts
@@ -343,6 +343,8 @@ const main = defineCommand({
343
description: packageJson.description,
344
version: packageJson.version,
345
},
346
+ args: generateCommand.args,
347
+ run: generateCommand.run,
348
subCommands: {
349
generate: generateCommand,
350
"generate-templates": generateTemplatesCommand,
0 commit comments