コード例 #1
0
ファイル: TimeSync.php プロジェクト: reload/bug-yield
 protected function configure()
 {
     $this->setName('bugyield:timesync')->setAliases(array('tim', 'timesync'))->setDescription('Sync time registration from Harvest to bug tracker');
     parent::configure();
 }
コード例 #2
0
ファイル: TitleSync.php プロジェクト: reload/bug-yield
 protected function configure()
 {
     $this->setName('bugyield:titlesync')->setAliases(array('tit', 'titlesync'))->setDescription('Sync ticket titles from bug tracker to Harvest');
     parent::configure();
 }