mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +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
						Alex Vandiver
					
				
			
			
				
	
			
			
			
						parent
						
							d9431a5e66
						
					
				
				
					commit
					b4597a8ca8
				
			| @@ -15,7 +15,6 @@ class Command(ZulipBaseCommand): | ||||
|     def add_arguments(self, parser: ArgumentParser) -> None: | ||||
|         parser.add_argument('--deactivated-only', | ||||
|                             action='store_true', | ||||
|                             default=False, | ||||
|                             help="Only logout all users who are deactivated") | ||||
|         self.add_realm_args(parser, help="Only logout all users in a particular realm") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user