mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +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
@@ -17,7 +17,6 @@ class Command(BaseCommand):
|
||||
|
||||
def add_arguments(self, parser: CommandParser) -> None:
|
||||
parser.add_argument('-t', '--trim',
|
||||
default=False,
|
||||
action='store_true',
|
||||
help="Actually trim excess")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user