Output the formatted command description.

Parameters

  • array $info Info from insepcting the class of the command.

Returns

void

Source

						protected function _renderDescription($info) {
		$this->out('DESCRIPTION', 'heading');
		$this->out($this->_pad(strtok($info['description'], "\n"), 1));
	}