setSelfUpdateRepository($selfUpdateRepository) // This is now disabled as tononixOS uses the Tonoxis Isle Git service for it's code storage. ->setConfigurationFilename($configurationFilename) ->setClassLoader($classLoader); // Execute the command and return the result. $output = new \Symfony\Component\Console\Output\ConsoleOutput(); $statusCode = $runner->execute($argv, $appName, $appVersion, $output); exit($statusCode);