Skip to content

Commit

Permalink
Added flag short names
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-pl committed Mar 19, 2024
1 parent 404ba8b commit 8c3d60d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdfingest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def main(
config: Annotated[
Path,
typer.Option(
"--config", "-c",
help=config_help,
exists=True,
file_okay=True,
Expand All @@ -26,6 +27,7 @@ def main(
registry: Annotated[
Path,
typer.Option(
"--registry", "-r",
help=registry_help,
exists=True,
file_okay=True,
Expand Down

0 comments on commit 8c3d60d

Please sign in to comment.