We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb0607 commit 66a4912Copy full SHA for 66a4912
django_lightweight_queue/management/commands/queue_clear.py
@@ -24,7 +24,7 @@ def add_arguments(self, parser: argparse.ArgumentParser) -> None:
24
25
parser.add_argument(
26
'--yes',
27
- 'skip_prompt',
+ dest='skip_prompt',
28
action='store_true',
29
help="Skip confirmation prompt.",
30
)
0 commit comments