Skip to content

Commit

Permalink
Add reference to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 29, 2024
1 parent 1d73bc3 commit 3eca7f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ def test_help_eagerness(invoke, all_command_cli, params):


def test_help_custom_name(invoke):
"""Removes the ``-h`` short option as we reserve it for a custom ``-h/--header`` option."""
"""Removes the ``-h`` short option as we reserve it for a custom ``-h/--header`` option.
See: https://github.com/kdeldycke/mail-deduplicate/issues/762
"""

@extra_command(context_settings={"help_option_names": ("--help",)})
@option("-h", "--header", is_flag=True)
Expand Down

0 comments on commit 3eca7f2

Please sign in to comment.