Skip to content

Commit

Permalink
feat(tapa): add standard --version
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkrnl committed Jan 16, 2025
1 parent d592cf4 commit dd70200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapa/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
metavar="limit",
help="Override Python recursion limit.",
)
@click.version_option(__version__, prog_name="tapa")
@click.pass_context
def entry_point(
ctx: click.Context,
Expand Down

0 comments on commit dd70200

Please sign in to comment.