Skip to content

Commit

Permalink
Merge branch 'refactor' of github.com:alan-turing-institute/reginald …
Browse files Browse the repository at this point in the history
…into refactor
  • Loading branch information
rchan26 committed Jun 13, 2024
2 parents 9cad123 + 21d8165 commit 2da4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reginald/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"slack_bot_token": "Slack bot token for the bot.",
}

cli = typer.Typer()
cli = typer.Typer(context_settings={"help_option_names": ["-h", "--help"]})


def set_up_logging_config(level: int = 20) -> None:
Expand Down

0 comments on commit 2da4a62

Please sign in to comment.