mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: pr and issue
This commit is contained in:
@ -126,6 +126,18 @@ final class Help implements HandlesArguments
|
||||
], [
|
||||
'arg' => '--notes',
|
||||
'desc' => 'Output to standard output tests with notes',
|
||||
], [
|
||||
], [
|
||||
'arg' => '--issue',
|
||||
'desc' => 'Output to standard output tests with the given issue number',
|
||||
], [
|
||||
], [
|
||||
'arg' => '--pr',
|
||||
'desc' => 'Output to standard output tests with the given pull request number',
|
||||
], [
|
||||
], [
|
||||
'arg' => '--pull-request',
|
||||
'desc' => 'Output to standard output tests with the given pull request number (alias for --pr)',
|
||||
], [
|
||||
'arg' => '--retry',
|
||||
'desc' => 'Run non-passing tests first and stop execution upon first error or failure',
|
||||
|
||||
Reference in New Issue
Block a user