.addBooleanOption("exit-immediately").setHelp("exit-immediately","exit the application immediately from the constructor, to test that the app doesn't run any event handlers after")
.parse(arguments.argc,arguments.argv);
/* Useful for bisecting Emscripten regressions, because they happen WAY TOO