mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: removes process-isolation from --help output
This commit is contained in:
@ -61,6 +61,10 @@ final class Help implements HandlesArguments
|
||||
|
||||
assert(is_string($argument));
|
||||
|
||||
if (trim($argument) === '--process-isolation') {
|
||||
continue;
|
||||
}
|
||||
|
||||
View::render('components.two-column-detail', [
|
||||
'left' => $this->colorizeOptions($argument),
|
||||
'right' => preg_replace(['/</', '/>/'], ['[', ']'], $description),
|
||||
|
||||
Reference in New Issue
Block a user