mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
python: Elide default for store_{true,false} argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
d9431a5e66
commit
b4597a8ca8
@@ -54,7 +54,6 @@ class Command(ZulipBaseCommand):
|
||||
def add_arguments(self, parser: ArgumentParser) -> None:
|
||||
parser.add_argument('-f', '--force',
|
||||
action="store_true",
|
||||
default=False,
|
||||
help='Disable the protection against deactivating all users.')
|
||||
|
||||
self.add_realm_args(parser)
|
||||
|
||||
Reference in New Issue
Block a user