mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed filename from --reporter option
(it's not implemented yet)
This commit is contained in:
parent
ae1c1ac1a0
commit
a76d93ad54
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user