mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: adds --bail to help
This commit is contained in:
@ -103,6 +103,10 @@ final class Help implements HandlesArguments
|
|||||||
]], ...$content['Configuration']];
|
]], ...$content['Configuration']];
|
||||||
|
|
||||||
$content['Selection'] = array_merge([
|
$content['Selection'] = array_merge([
|
||||||
|
[
|
||||||
|
'arg' => '--bail',
|
||||||
|
'desc' => 'Stop execution upon first not-passed test',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'arg' => '--todos',
|
'arg' => '--todos',
|
||||||
'desc' => 'Output to standard output the list of todos',
|
'desc' => 'Output to standard output the list of todos',
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
--migrate-configuration ....... Migrate configuration file to current format
|
--migrate-configuration ....... Migrate configuration file to current format
|
||||||
|
|
||||||
SELECTION OPTIONS:
|
SELECTION OPTIONS:
|
||||||
|
--bail ........................... Stop execution upon first not-passed test
|
||||||
--todos ........................ Output to standard output the list of todos
|
--todos ........................ Output to standard output the list of todos
|
||||||
--retry Run non-passing tests first and stop execution upon first error or failure
|
--retry Run non-passing tests first and stop execution upon first error or failure
|
||||||
--list-suites ................................... List available test suites
|
--list-suites ................................... List available test suites
|
||||||
|
|||||||
Reference in New Issue
Block a user