Ejemplo n.º 1
0
 public function showBashCompletion()
 {
     $completion = new Completion($this->command);
     $completion->render();
 }