final Map<String, String> commandLineArgs = commandLineInterpreter.getCommandlineParams();
final String yamlConfigFilename = commandLineArgs.get(CommandLineInterpreter.OPTION_CONFIG);
ANSITerminal.muteConsole(commandLineInterpreter.isMute());
final StubbyManager stubbyManager = new StubbyManagerFactory().construct(yamlConfigFilename, commandLineArgs);
stubbyManager.startJetty();
} catch (final Exception ex) {
final String msg =
String.format("Could not init stubby4j, error: %s", ex.toString());