From aa3c7be434c707aabe292c069c5c90d3cb25ada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 5 Feb 2022 16:14:47 +0100 Subject: [PATCH] Fix ToC in CLI documentation --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index a11ab62b..7ace0530 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -15,7 +15,6 @@ [Warnings](#warnings)
[Reporting timings](#reporting-timings)
[Load test names to run from a file](#load-test-names-to-run-from-a-file)
-[Just test names](#just-test-names)
[Specify the order test cases are run](#specify-the-order-test-cases-are-run)
[Specify a seed for the Random Number Generator](#specify-a-seed-for-the-random-number-generator)
[Identify framework and version according to the libIdentify standard](#identify-framework-and-version-according-to-the-libidentify-standard)
@@ -31,6 +30,7 @@ [Override output colouring](#override-output-colouring)
[Test Sharding](#test-sharding)
[Allow running the binary without tests](#allow-running-the-binary-without-tests)
+[Output verbosity](#output-verbosity)
Catch works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. Click one of the following links to take you straight to that option - or scroll on to browse the available options.