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.
client
generateCommand
1 parent 5eadf67 commit 6851bdcCopy full SHA for 6851bdc
.changeset/floppy-olives-work.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Fix description for `client` option in `generateCommand`.
index.ts
@@ -137,7 +137,7 @@ const generateCommand = defineCommand({
137
},
138
client: {
139
type: "boolean",
140
- description: "generate an API class",
+ description: "do not generate an API class",
141
default: codeGenBaseConfig.generateClient,
142
143
"enum-names-as-values": {
0 commit comments