Beispiel #1
0
 /**
  * Execute the command
  * @param  $command TaskCommand
  * @param  $input InputInterface
  * @param  $output OutputInterface
  */
 public function execute(TaskCommand $command, InputInterface $input, OutputInterface $output)
 {
     $status = $this->passthru($command->getScript() . ' ' . $command->getArgs());
     var_dump($status);
 }