mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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
@@ -65,7 +65,6 @@ You can use the command list_realms to find ID of the realms in this server."""
|
||||
parser.add_argument(
|
||||
'-a', '--all-users',
|
||||
action="store_true",
|
||||
default=False,
|
||||
help=all_users_help)
|
||||
|
||||
def get_realm(self, options: Dict[str, Any]) -> Optional[Realm]:
|
||||
|
||||
Reference in New Issue
Block a user