add($command); $command = $app->find($nameCommand); $greetInput = new ArrayInput($input); $output = new BufferedOutput(); $run = $command->run($greetInput, $output); return $output; } }