Skip to content

Commit 6851bdc

Browse files
committed
Fix description for client option in generateCommand
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 5eadf67 commit 6851bdc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/floppy-olives-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"swagger-typescript-api": patch
3+
---
4+
5+
Fix description for `client` option in `generateCommand`.

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const generateCommand = defineCommand({
137137
},
138138
client: {
139139
type: "boolean",
140-
description: "generate an API class",
140+
description: "do not generate an API class",
141141
default: codeGenBaseConfig.generateClient,
142142
},
143143
"enum-names-as-values": {

0 commit comments

Comments
 (0)