mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Removed filename from --reporter option
(it's not implemented yet)
This commit is contained in:
		| @@ -85,7 +85,8 @@ namespace Catch { | ||||
|             .describe( "reporter to use - defaults to console" ) | ||||
|             .shortOpt( "r") | ||||
|             .longOpt( "reporter" ) | ||||
|             .argName( "name[:filename]" ); | ||||
| //            .argName( "name[:filename]" ); | ||||
|             .argName( "name" ); | ||||
|  | ||||
|         cli.bind( &ConfigData::name ) | ||||
|             .describe( "suite name" ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash