protected function configure()
 {
     $this->setName('ccabs:repositories:execute');
     parent::configure();
     $this->addOption('sync', null, InputOption::VALUE_NONE, 'Synchronise before execute the actions.');
 }
 protected function configure()
 {
     $this->setName('ccabs:repositories:sync');
     parent::configure();
 }