feat: Allow --todo argument.

This commit is contained in:
Francisco Madeira
2023-11-30 00:32:23 +00:00
parent 90fb8c602c
commit ac5da9e3f7
5 changed files with 46 additions and 5 deletions

View File

@ -38,7 +38,7 @@ use Symfony\Component\Console\Output\ConsoleOutput;
unset($args[$key]);
}
if ($value === '--todos') {
if (str_contains($value, '--todo')) {
$todo = true;
unset($args[$key]);
}