Beispiel #1
0
 public function run()
 {
     $this->printTaskInfo("Running command " . $this->command->getName());
     return new Result($this, $this->command->run(new ArrayInput($this->input), $this->getOutput()));
 }
 public function run()
 {
     $this->printTaskInfo('Running command {command}', ['command' => $this->command->getName()]);
     return new Result($this, $this->command->run(new ArrayInput($this->input), Robo::output()));
 }