Skip to content

Commit fb6621a

Browse files
authored
Merge pull request #10 from layer5io/utkarsh-pro/fix/#9
Fix Issue #9
2 parents 099545c + 4d548dc commit fb6621a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ program
1010
"set type of input, can be either yaml or json",
1111
"yaml"
1212
)
13-
.option("-l, --location <location>", "location of the schema")
13+
.requiredOption("-l, --location <location>", "location of the schema")
1414
.option("-f, --filter [query]", "give a query if a OpenAPISchema is nested")
1515
.option("--kubernetes", "enable kubernetes specific filters", false)
1616
.option("-o [output-format]", "output format", "json")

0 commit comments

Comments
 (0)