mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Remove duplicate CLI option
The "use-colour" option was accidentally duplicated as part of commit
feaf355 (Implemented libidentify support).
			
			
This commit is contained in:
		 Sam Bristow
					Sam Bristow
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							784f6dfb34
						
					
				
				
					commit
					a04bd6d436
				
			| @@ -224,10 +224,6 @@ namespace Catch { | ||||
|             .describe( "should output be colourised" ) | ||||
|             .bind( &setUseColour, "yes|no" ); | ||||
|  | ||||
|         cli["--use-colour"] | ||||
|             .describe( "should output be colourised" ) | ||||
|             .bind( &setUseColour, "yes|no" ); | ||||
|  | ||||
|         cli["--libidentify"] | ||||
|             .describe( "report name and version according to libidentify standard" ) | ||||
|             .bind( &ConfigData::libIdentify ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user