We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-client
generateCommand
false
1 parent eb07d01 commit 00f8995Copy full SHA for 00f8995
.changeset/dark-memes-help.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Fix default value for `no-client` option in `generateCommand` to `false`.
index.ts
@@ -138,7 +138,7 @@ const generateCommand = defineCommand({
138
"no-client": {
139
type: "boolean",
140
description: "do not generate an API class",
141
- default: !codeGenBaseConfig.generateClient,
+ default: false,
142
},
143
"enum-names-as-values": {
144
0 commit comments