fix: todos flag

This commit is contained in:
Nuno Maduro
2023-03-19 00:49:06 +00:00
parent 084f7c596f
commit 48ea48981b

View File

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