From 07ded8154118d7a6dd84c296be61c9f7062f1173 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 15 Aug 2017 19:39:26 +0100 Subject: [PATCH] Added --libidentify and --wait-for-keypress to docs --- docs/command-line.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/command-line.md b/docs/command-line.md index 5afb309d..a0a18be3 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -27,6 +27,8 @@ Click one of the followings links to take you straight to that option - or scrol ` --list-reporters`
` --order`
` --rng-seed`
+ ` --libidentify`
+ ` --wait-for-keypress`

@@ -213,6 +215,20 @@ Alternatively if the keyword ```time``` is provided then the result of calling ` 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)```. + +## Identify framework and version according to the libIdentify standard +
--libidentify
+ +See [The LibIdentify repo for more information and examples](https://github.com/janwilmans/LibIdentify). + + +## Wait for key before continuing +
--wait-for-keypress <start|exit|both>
+ +Will cause the executable to print a message and wait until the return/ enter key is pressed before continuing - +either before running any tests, after running all tests - or both, depending on the argument. + + ## Usage
-h, -?, --help