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.
2 parents 099545c + 4d548dc commit fb6621aCopy full SHA for fb6621a
index.js
@@ -10,7 +10,7 @@ program
10
"set type of input, can be either yaml or json",
11
"yaml"
12
)
13
- .option("-l, --location <location>", "location of the schema")
+ .requiredOption("-l, --location <location>", "location of the schema")
14
.option("-f, --filter [query]", "give a query if a OpenAPISchema is nested")
15
.option("--kubernetes", "enable kubernetes specific filters", false)
16
.option("-o [output-format]", "output format", "json")
0 commit comments