#!/usr/bin/env php __DIR__ . '/../config/jane/open_api.php'], $command->getDefinition()); $output = new ConsoleOutput(); try { exit($command->execute($inputArray, $output)); } catch (\Throwable $throwable) { (new Application())->renderThrowable($throwable, $output->getErrorOutput()); exit(1); }