We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62694c1 + 44e315d commit 064ab3fCopy full SHA for 064ab3f
src/Plugins/Help.php
@@ -142,6 +142,9 @@ private function getContent(): array
142
], [
143
'arg' => '--retry',
144
'desc' => 'Run non-passing tests first and stop execution upon first error or failure',
145
+ ], [
146
+ 'arg' => '--dirty',
147
+ 'desc' => 'Only run tests that have uncommitted changes according to Git',
148
], ...$content['Selection']];
149
150
$content['Reporting'] = [...$content['Reporting'], ...[
0 commit comments