File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
" swagger-typescript-api " : patch
3
3
---
4
4
5
- Fix generateClient logic to exclude only ' no-client' argument.
5
+ Fix generateClient logic to exclude only ` no-client ` argument.
Original file line number Diff line number Diff line change
1
+ ---
2
+ " swagger-typescript-api " : patch
3
+ ---
4
+
5
+ Fix default value for ` no-client ` argument in command configuration.
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ const generateCommand = defineCommand({
137
137
"no-client" : {
138
138
type : "boolean" ,
139
139
description : "do not generate an API class" ,
140
- default : codeGenBaseConfig . generateClient ,
140
+ default : ! codeGenBaseConfig . generateClient ,
141
141
} ,
142
142
"enum-names-as-values" : {
143
143
type : "boolean" ,
You can’t perform that action at this time.
0 commit comments