Skip to content

Commit

Permalink
Merge pull request #10 from layer5io/utkarsh-pro/fix/#9
Browse files Browse the repository at this point in the history
Fix Issue #9
  • Loading branch information
tangledbytes committed Dec 6, 2021
2 parents 099545c + 4d548dc commit fb6621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ program
"set type of input, can be either yaml or json",
"yaml"
)
.option("-l, --location <location>", "location of the schema")
.requiredOption("-l, --location <location>", "location of the schema")
.option("-f, --filter [query]", "give a query if a OpenAPISchema is nested")
.option("--kubernetes", "enable kubernetes specific filters", false)
.option("-o [output-format]", "output format", "json")
Expand Down

0 comments on commit fb6621a

Please sign in to comment.