We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generateCommand
1 parent 6cce0b3 commit 3fd6224Copy full SHA for 3fd6224
.changeset/tame-poets-act.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Revert "Integrate `generateCommand` arguments and run method into main command (#1198)".
index.ts
@@ -342,8 +342,6 @@ const main = defineCommand({
342
description: packageJson.description,
343
version: packageJson.version,
344
},
345
- args: generateCommand.args,
346
- run: generateCommand.run,
347
subCommands: {
348
generate: generateCommand,
349
"generate-templates": generateTemplatesCommand,
0 commit comments