Skip to content

Commit

Permalink
code.core>modify.fix: fix tagmark_cli -h not work
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed Jul 27, 2023
1 parent 17d271b commit 94a6f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagmark/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TagDefinitionMissingError(Exception):
__logger.bind(scope="cli")


@click.group()
@click.group(context_settings=dict(help_option_names=["-h", "--help"]))
def cli():
pass

Expand Down

0 comments on commit 94a6f17

Please sign in to comment.