--extra-info -> --list-extra-info, behaves like other --list-* flags
This commit is contained in:
parent
616f7235ef
commit
07c6bfc3b9
3 changed files with 10 additions and 10 deletions
|
@ -187,9 +187,9 @@ namespace Catch {
|
|||
.describe( "list all/matching test cases names only" )
|
||||
.bind( &ConfigData::listTestNamesOnly );
|
||||
|
||||
cli["--extra-info"]
|
||||
.describe( "list more info" )
|
||||
.bind( &ConfigData::extraInfo );
|
||||
cli["--list-extra-info"]
|
||||
.describe( "list all/matching test cases with more info" )
|
||||
.bind( &ConfigData::listExtraInfo );
|
||||
|
||||
cli["--list-reporters"]
|
||||
.describe( "list all reporters" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue