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.
required
1 parent c8920d5 commit c79625eCopy full SHA for c79625e
.changeset/violet-terms-hear.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Remove `required` field from command definitions for now.
index.ts
@@ -47,7 +47,6 @@ const generateTemplatesCommand = defineCommand({
47
alias: "o",
48
description: "output path of generated templates",
49
default: templateGenBaseConfig.output,
50
- required: true,
51
},
52
rewrite: {
53
type: "boolean",
@@ -231,7 +230,6 @@ const generateCommand = defineCommand({
231
230
type: "string",
232
alias: "p",
233
description: "path/url to swagger schema",
234
235
236
responses: {
237
0 commit comments