diff --git a/src/Plugins/Help.php b/src/Plugins/Help.php index 0ba60883..22f1c9eb 100644 --- a/src/Plugins/Help.php +++ b/src/Plugins/Help.php @@ -103,6 +103,10 @@ final class Help implements HandlesArguments ]], ...$content['Configuration']]; $content['Selection'] = array_merge([ + [ + 'arg' => '--bail', + 'desc' => 'Stop execution upon first not-passed test', + ], [ 'arg' => '--todos', 'desc' => 'Output to standard output the list of todos', diff --git a/tests/.snapshots/help-command.txt b/tests/.snapshots/help-command.txt index 9a350f3d..70cfa7e3 100644 --- a/tests/.snapshots/help-command.txt +++ b/tests/.snapshots/help-command.txt @@ -16,6 +16,7 @@ --migrate-configuration ....... Migrate configuration file to current format SELECTION OPTIONS: + --bail ........................... Stop execution upon first not-passed test --todos ........................ Output to standard output the list of todos --retry Run non-passing tests first and stop execution upon first error or failure --list-suites ................................... List available test suites