예제 #1
0
 protected function configure()
 {
     $this->setName('bugyield:timesync')->setAliases(array('tim', 'timesync'))->setDescription('Sync time registration from Harvest to bug tracker');
     parent::configure();
 }
예제 #2
0
 protected function configure()
 {
     $this->setName('bugyield:titlesync')->setAliases(array('tit', 'titlesync'))->setDescription('Sync ticket titles from bug tracker to Harvest');
     parent::configure();
 }