Skip to content

Commit

Permalink
feat(ci): add -h abbreviation for --help
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 13, 2024
1 parent ced92a5 commit 21d8165
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 21d8165

Please sign in to comment.