mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-05 13:44:45 +02:00
Updated Command line (markdown)
@@ -5,16 +5,16 @@ Note that options are described according to the following pattern:
|
||||
|
||||
*<description>*
|
||||
|
||||
<a href="#usage"> `-h, -?, --help`</a><br />
|
||||
<a href="#nothrow"> `-n, --nothrow`</a><br />
|
||||
<a href="#test"> `-t, --test`</a><br />
|
||||
<a href="#reporter"> `-r, --reporter`</a><br />
|
||||
<a href="#break"> `-b, --break`</a><br />
|
||||
<a href="#success"> `-s, --success`</a><br />
|
||||
<a href="#abort"> `-a, --abort`</a><br />
|
||||
<a href="#list"> `-l, --list`</a><br />
|
||||
<a href="#output"> `-o, --out`</a><br />
|
||||
<a href="#name"> `-n, --name`</a><br />
|
||||
<a href="#usage"> ` -h, -?, --help`</a><br />
|
||||
<a href="#nothrow"> ` -n, --nothrow`</a><br />
|
||||
<a href="#test"> ` -t, --test`</a><br />
|
||||
<a href="#reporter"> ` -r, --reporter`</a><br />
|
||||
<a href="#break"> ` -b, --break`</a><br />
|
||||
<a href="#success"> ` -s, --success`</a><br />
|
||||
<a href="#abort"> ` -a, --abort`</a><br />
|
||||
<a href="#list"> ` -l, --list`</a><br />
|
||||
<a href="#output"> ` -o, --out`</a><br />
|
||||
<a href="#name"> ` -n, --name`</a><br />
|
||||
|
||||
<a name="usage" />
|
||||
## Usage
|
||||
@@ -53,7 +53,7 @@ Examples:
|
||||
-t "this test only" Matches the test case called, 'this test only'
|
||||
-t these/* Matches all cases starting with 'these/'
|
||||
-t exclude:notThis Matches all tests except, 'notThis'
|
||||
-t ~:notThis Matches all tests except, 'notThis'
|
||||
-t ~notThis Matches all tests except, 'notThis'
|
||||
-t ~*private* Matches all tests except those that contain 'private'
|
||||
-t a/* ~a/b/* a/b/c Matches all tests that start with 'a/', except those that
|
||||
start with 'a/b/', except 'a/b/c', which is included
|
||||
|
Reference in New Issue
Block a user