/**
  * Process the comma-separated list of aliases
  */
 protected function processAliases($tag)
 {
     $this->commandInfo->setAliases((string) $tag->getDescription());
 }