/**
  * Get the output for the last run command.
  *
  * @return string
  */
 public function output()
 {
     return $this->lastOutput ? $this->lastOutput->fetch() : '';
 }