final String yamlConfigFilename = commandLineArgs.get(CommandLineInterpreter.OPTION_CONFIG);
ANSITerminal.muteConsole(CommandLineInterpreter.isMute());
final JettyManagerFactory factory = new JettyManagerFactory();
final JettyManager jettyManager = factory.construct(yamlConfigFilename, commandLineArgs);
jettyManager.startJetty();
} catch (final Exception ex) {
final String msg =
String.format("Could not init stubby4j, error: %s", ex.toString());