Extends
lithium\console\Command
Output the formatted command description.
Parameters
- array $info Info from insepcting the class of the command.
Returns
voidSource
protected function _renderDescription($info) {
$this->out('DESCRIPTION', 'heading');
$this->out($this->_pad(strtok($info['description'], "\n"), 1));
}