Allow --force without argument
This commit is contained in:
parent
4e6f57e3da
commit
d3ae08c200
|
@ -16,6 +16,7 @@ class Command(BaseCommand):
|
|||
def add_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
"--force",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="Disable dry run mode and apply pruning for real on the database",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue