Example #1
0
 /**
  * @return string
  */
 protected function getPrompt()
 {
     // using the formatter here is required when using readline
     return $this->output->getFormatter()->format($this->application->getPrompt() . ' > ');
 }