Merge pull request #1595 from bilboque/dirty-flag-not-found-in-help

feat: add --dirty documentation in --help
This commit is contained in:
nuno maduro
2025-12-29 22:08:12 -05:00
committed by GitHub

View File

@ -142,6 +142,9 @@ final readonly class Help implements HandlesArguments
], [ ], [
'arg' => '--retry', 'arg' => '--retry',
'desc' => 'Run non-passing tests first and stop execution upon first error or failure', '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['Selection']];
$content['Reporting'] = [...$content['Reporting'], ...[ $content['Reporting'] = [...$content['Reporting'], ...[