diff --git a/src/Plugins/Help.php b/src/Plugins/Help.php index 049d119e..096f2914 100644 --- a/src/Plugins/Help.php +++ b/src/Plugins/Help.php @@ -142,6 +142,9 @@ private function getContent(): array ], [ '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'], ...[