Example #1
0
 public function writeResponse(Response $response)
 {
     $this->line($response->getCommandOutput());
     $autoclose = $this->option('autoclose');
     if ($autoclose) {
         $this->stop();
     }
     $this->writeInterface();
 }