mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 11:00:02 +02:00
committed by
GitHub
parent
ac5da9e3f7
commit
07b6ff6c04
@@ -38,7 +38,7 @@ use Symfony\Component\Console\Output\ConsoleOutput;
|
|||||||
unset($args[$key]);
|
unset($args[$key]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (str_contains($value, '--todo')) {
|
if (in_array($value, ['--todo', '--todos'], true)) {
|
||||||
$todo = true;
|
$todo = true;
|
||||||
unset($args[$key]);
|
unset($args[$key]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user