Skip to content

Commit

Permalink
Allow to call conda-lock -h
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored Jan 8, 2025
1 parent a032544 commit dabbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ def main() -> None:
]


@main.command("lock", context_settings={"show_default": True})
@main.command("lock", context_settings={"show_default": True, "help_option_names": ["--help", "-h"]})
@click.option(
"--conda",
default=None,
Expand Down

0 comments on commit dabbf2d

Please sign in to comment.