Skip to content

Commit c65eccd

Browse files
committed
Added --libidentify and --wait-for-keypress to docs
1 parent 61c5675 commit c65eccd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/command-line.md

+16
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Click one of the followings links to take you straight to that option - or scrol
2727
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
2828
<a href="#order"> ` --order`</a><br />
2929
<a href="#rng-seed"> ` --rng-seed`</a><br />
30+
<a href="#libidentify"> ` --libidentify`</a><br />
31+
<a href="#wait-for-keypress"> ` --wait-for-keypress`</a><br />
3032

3133
</br>
3234

@@ -213,6 +215,20 @@ Alternatively if the keyword ```time``` is provided then the result of calling `
213215

214216
In either case the actual value for the seed is printed as part of Catch's output so if an issue is discovered that is sensitive to test ordering the ordering can be reproduced - even if it was originally seeded from ```std::time(0)```.
215217

218+
<a id="libidentify"></a>
219+
## Identify framework and version according to the libIdentify standard
220+
<pre>--libidentify</pre>
221+
222+
See [The LibIdentify repo for more information and examples](https://github.com/janwilmans/LibIdentify).
223+
224+
<a id="wait-for-keypress"></a>
225+
## Wait for key before continuing
226+
<pre>--wait-for-keypress &lt;'start'|exit|both&gt;</pre>
227+
228+
Will cause the executable to print a message and wait until the return/ enter key is pressed before continuing -
229+
either before running any tests, after running all tests - or both, depending on the argument.
230+
231+
216232
<a id="usage"></a>
217233
## Usage
218234
<pre>-h, -?, --help</pre>

0 commit comments

Comments
 (0)