Skip to content

Commit 064ab3f

Browse files
authored
Merge pull request #1595 from bilboque/dirty-flag-not-found-in-help
feat: add --dirty documentation in --help
2 parents 62694c1 + 44e315d commit 064ab3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Plugins/Help.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ private function getContent(): array
142142
], [
143143
'arg' => '--retry',
144144
'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',
145148
], ...$content['Selection']];
146149

147150
$content['Reporting'] = [...$content['Reporting'], ...[

0 commit comments

Comments
 (0)