You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -45,7 +44,8 @@ protected function configure(): void
45
44
{
46
45
$this
47
46
->addArgument('schedule', InputArgument::OPTIONAL | InputArgument::IS_ARRAY,sprintf('The schedule name (one of "%s")',implode('", "',$this->scheduleNames)),null,$this->scheduleNames)
48
-
->addOption('date',null, InputArgument::OPTIONAL,'The date to use for the next run date','now')
47
+
->addOption('date',null, InputOption::VALUE_REQUIRED,'The date to use for the next run date','now')
48
+
->addOption('all',null, InputOption::VALUE_NONE,'Display all recurring messages, including the terminated ones')
49
49
->setHelp(<<<'EOF'
50
50
The <info>%command.name%</info> lists schedules and their recurring messages:
51
51
@@ -59,6 +59,10 @@ protected function configure(): void