Beispiel #1
0
 public function __construct(Application $command)
 {
     parent::__construct($command);
 }
Beispiel #2
0
 public function showBashCompletion()
 {
     $completion = new Completion($this->command);
     $completion->render();
 }