Exemplo n.º 1
0
 /**
  * @param InputInterface $input
  * @param OutputInterface $output
  * @return bool
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::_execute($input, $output);
     $scanner = new ModuleScanner();
     $limit = (int) $input->getArgument("limit");
     $scanner->updateAllModules($limit);
     $this->log("Done");
 }