From 44e315df986d6e49f5aa4525935721943af0ac70 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 22 Dec 2025 11:02:28 +0100 Subject: [PATCH] feat: add --dirty documentation in --help --- src/Plugins/Help.php | 3 +++ 1 file changed, 3 insertions(+) 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 @@ 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'], ...[