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