Skip to content

Commit

Permalink
add -h for help
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-yaish committed Jun 8, 2023
1 parent 5f940c5 commit 0eb03c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def cli(
verbose: bool = False,
):
configure_logger(logger, log_level=(logging.DEBUG if verbose else logging.INFO))
ctx.help_option_names = ["-h", "--help"]
ctx.obj["ci_adapter"] = get_ci_adapter(auto_load_params_from)
ctx.obj["versioning_system"] = get_versioning_system()
ctx.obj["codecov_yaml"] = (
Expand Down

0 comments on commit 0eb03c8

Please sign in to comment.