Skip to content

Commit

Permalink
Fix another malformed CLI arg
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 3, 2024
1 parent 1ebbfb2 commit 67571d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kg_bioportal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_ontology_list(output_dir, api_key) -> None:
required=False,
type=click.Path(exists=True),
)
@click.option("output_dir", "-o", required=True, default="data/raw")
@click.option("--output_dir", "-o", required=True, default="data/raw")
@click.option(
"--snippet_only",
"-x",
Expand Down

0 comments on commit 67571d3

Please sign in to comment.