Add showInstructions to EngineOptions with -q/--quiet command-line option
My selenium tests use doTasks
repeatedly; it is useful to be able to suppress the startup messages on the command-line in this case (otherwise, each doTasks
generates a separate startup message). But a -q
option can be useful more generally.