Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Get the whole project info from GitHub, including issues and issue comments.');
     $this->addOption(new TrackerCommandOption('all', '', g11n3t('Process all issues.')))->addOption(new TrackerCommandOption('issue', '', g11n3t('<n> Process only a single issue.')))->addOption(new TrackerCommandOption('range_from', '', g11n3t('<n> First issue to process.')))->addOption(new TrackerCommandOption('range_to', '', g11n3t('<n> Last issue to process.')))->addOption(new TrackerCommandOption('force', 'f', g11n3t('Force an update even if the issue has not changed.')));
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Retrieve avatar images from GitHub.');
 }
Ejemplo n.º 3
0
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Retrieve language files from Transifex.');
 }