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
generateTemplatesCommand
1 parent bdb3277 commit 28d43b4Copy full SHA for 28d43b4
.changeset/silver-shirts-visit.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Add `required` property to output path in `generateTemplatesCommand`.
index.ts
@@ -43,6 +43,7 @@ const generateTemplatesCommand = defineCommand({
43
alias: "o",
44
description: "output path of generated templates",
45
default: templateGenBaseConfig.output,
46
+ required: true,
47
},
48
rewrite: {
49
type: "boolean",
0 commit comments