feat: add --dirty documentation in --help

This commit is contained in:
leo
2025-12-22 11:02:28 +01:00
parent 62694c14b9
commit 44e315df98

View File

@ -142,6 +142,9 @@ final readonly class Help implements HandlesArguments
], [
'arg' => '--retry',
'desc' => 'Run non-passing tests first and stop execution upon first error or failure',
], [
'arg' => '--dirty',
'desc' => 'Only run tests that have uncommitted changes according to Git',
], ...$content['Selection']];
$content['Reporting'] = [...$content['Reporting'], ...[