Skip to content

Commit

Permalink
Merge pull request #7 from white-gecko/feature/fixOntologyFlag
Browse files Browse the repository at this point in the history
Fix that the -o/--ontology option is a flag
Thank you @white-gecko
  • Loading branch information
briesenberg07 authored Jun 8, 2022
2 parents 466b48d + 7f954ec commit 17d83c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shaclgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@click.option(
"-o",
"--ontology",
is_flag=True,
help="input file(s) or URL(s) is a schema or ontology",
default=False,
)
Expand Down

0 comments on commit 17d83c7

Please sign in to comment.