From 48ea48981b3bfd727936fcc7da266daca0f86255 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 19 Mar 2023 00:49:06 +0000 Subject: [PATCH] fix: todos flag --- bin/pest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pest b/bin/pest index 43663978..d169f852 100755 --- a/bin/pest +++ b/bin/pest @@ -38,7 +38,7 @@ use Symfony\Component\Console\Output\ConsoleOutput; unset($args[$key]); } - if ($value === '--todo') { + if ($value === '--todos') { $todo = true; unset($args[$key]); }