feat: adds --bail to help

This commit is contained in:
Nuno Maduro
2023-03-16 11:57:50 +00:00
parent 30b151f927
commit ef4a487322
2 changed files with 5 additions and 0 deletions

View File

@ -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',