Skip to content

Commit

Permalink
remove short cmd line option for executor
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Feb 19, 2024
1 parent c088799 commit 97d63d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasktiger/tasktiger.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ def would_process_configured_queue(self, queue_name: str) -> bool:
@click.option("-a", "--password", help="Redis password")
@click.option("-n", "--db", help="Redis database number")
@click.option(
"-x",
"--executor",
help="Task executor. Possible values are sync or fork (default).",
)
Expand Down

0 comments on commit 97d63d8

Please sign in to comment.