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 6cfd58b commit 37e5a4cCopy full SHA for 37e5a4c
.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