.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")
.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")
.addBooleanOption("quiet").setHelp("quiet","like --magnum-log quiet, but specified via a Context::Configuration instead")
.addBooleanOption("quiet").setHelp("quiet","like --magnum-log quiet, but specified via a Context::Configuration instead")
.addBooleanOption("contextless").setHelp("contextless","initialize without a WebGL context")
.parse(arguments.argc,arguments.argv);
.parse(arguments.argc,arguments.argv);
/* Useful for bisecting Emscripten regressions, because they happen WAY TOO
/* Useful for bisecting Emscripten regressions, because they happen WAY TOO