Skip to content

Commit

Permalink
Merge pull request #40 from davidbrochart/click_command
Browse files Browse the repository at this point in the history
Fix click command
  • Loading branch information
davidbrochart committed Apr 12, 2023
2 parents 28131d0 + 0b55daf commit 8c82323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpterm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def main():
_main = txl_main
for decorator in decorators[::-1]:
_main = decorator(_main)
command = click.command(_main)
command = click.command()(_main)
command()

0 comments on commit 8c82323

Please sign in to comment.