Skip to content

Commit

Permalink
add command -h
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jan 14, 2025
1 parent 704f073 commit 7fd658c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waybacktweets/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _parse_date(
raise click.BadParameter("Date must be in format YYYYmmdd")


@click.command()
@click.command(context_settings={"help_option_names": ["-h", "--help"]})
@click.argument("username", type=str)
@click.option(
"-c",
Expand Down

0 comments on commit 7fd658c

Please sign in to comment.