setName('recoreco:run') ->setDescription('Spawn RecoReco calendar-scheduled cards whose occurrence is due'); } protected function execute(InputInterface $input, OutputInterface $output): int { $model = new RecoRecoModel($this->container); $count = $model->run(); $output->writeln('RecoReco: spawned '.$count.' card(s).'); return 0; } }