Allow --force without argument

prune_skipped_uploads_docs
Georg Krause 2022-09-14 13:49:25 +02:00
rodzic 4e6f57e3da
commit d3ae08c200
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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",
)