Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('search:reindex')->setDescription('Rebuild search index')->addOption('full', 'f', InputOption::VALUE_NONE, 'Clears existing index (otherwise only changed entries would be indexed)');
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('agent:on-cron')->setDescription('Installation configurations for run Agents on cron');
 }
Exemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->addArgument('module', InputArgument::REQUIRED, 'Module name (e.g. `vendor.module`)')->addOption('confirm-thirdparty', 'ct', InputOption::VALUE_NONE, 'Suppress third-party modules warning');
 }
Exemplo n.º 4
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('agent:execute')->setDescription('Execution of tasks from agents queue');
 }