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 22" swagger-typescript-api " : patch
33---
44
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({
137137 "no-client" : {
138138 type : "boolean" ,
139139 description : "do not generate an API class" ,
140- default : codeGenBaseConfig . generateClient ,
140+ default : ! codeGenBaseConfig . generateClient ,
141141 } ,
142142 "enum-names-as-values" : {
143143 type : "boolean" ,
You can’t perform that action at this time.
0 commit comments