Skip to content

Commit

Permalink
Fix click command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Apr 12, 2023
1 parent 28131d0 commit 0b55daf
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 0b55daf

Please sign in to comment.