mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
python: Elide default=None for argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
3c5b39da9c
commit
1f2ac1962f
@@ -49,7 +49,7 @@ parser.add_argument('--minify',
|
||||
help='Minifies assets for testing in dev')
|
||||
parser.add_argument('--interface',
|
||||
action='store',
|
||||
default=None, help='Set the IP or hostname for the proxy to listen on')
|
||||
help='Set the IP or hostname for the proxy to listen on')
|
||||
parser.add_argument('--no-clear-memcached',
|
||||
action='store_false', dest='clear_memcached',
|
||||
help='Do not clear memcached')
|
||||
|
||||
Reference in New Issue
Block a user