Skip to content

Commit 086266b

Browse files
committed
add --repeat to the cli help
1 parent 076d7d3 commit 086266b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/TextUI/Help.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ private function elements(): array
276276
['spacer' => ''],
277277

278278
['arg' => '--debug', 'desc' => 'Replace default progress and result output with debugging information'],
279+
['arg' => '--repeat <times>', 'desc' => 'Runs the test(s) repeatedly'],
279280
['arg' => '--with-telemetry', 'desc' => 'Include telemetry information in debugging information output'],
280281
],
281282

tests/end-to-end/_files/output-cli-help-color.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176

177177
--debug  Replace default progress and result
178178
output with debugging information
179+
--repeat <times>  Runs the test(s) repeatedly
179180
--with-telemetry  Include telemetry information in
180181
debugging information output
181182

tests/end-to-end/_files/output-cli-usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Reporting:
117117
--testdox-summary Repeat TestDox output for tests with errors, failures, or issues
118118

119119
--debug Replace default progress and result output with debugging information
120+
--repeat <times> Runs the test(s) repeatedly
120121
--with-telemetry Include telemetry information in debugging information output
121122

122123
Logging:

0 commit comments

Comments
 (0)