mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Added 'boolean_options' list to support config file parsing.
This commit is contained in:
		
							parent
							
								
									817dc098ef
								
							
						
					
					
						commit
						99b032eaf2
					
				
					 15 changed files with 31 additions and 0 deletions
				
			
		|  | @ -42,6 +42,8 @@ class build (Command): | |||
|          "forcibly build everything (ignore file timestamps)"), | ||||
|         ] | ||||
| 
 | ||||
|     boolean_options = ['debug', 'force'] | ||||
| 
 | ||||
|     help_options = [ | ||||
|         ('help-compiler', None, | ||||
|          "list available compilers", show_compilers), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward