/** * Constructor. * * @since 1.0 */ public function __construct() { parent::__construct(); $this->description = g11n3t('Retrieve issue events from GitHub.'); $this->addOption(new TrackerCommandOption('issue', '', g11n3t('<n> Process only a single issue.')))->addOption(new TrackerCommandOption('all', '', g11n3t('Process all issues.'))); }
/** * Constructor. * * @since 1.0 */ public function __construct() { parent::__construct(); $this->description = g11n3t('Retrieve issues from GitHub.'); }
/** * Constructor. * * @since 1.0 */ public function __construct() { parent::__construct(); $this->description = g11n3t('Retrieve project milestones from GitHub.'); }