command line option -h doesn't work (i.e. doesn't show the help page)
command line option -h doesn't work (i.e. doesn't show the help page), neither does -? or --help, on Windows (Enterprise, 64bit) on MuseScore 2.0.1 or latest nightly 37e54f6. Command line options do seem to take effect though.
It does work in a self-build bf8dc84
Is this a difference between DEBUG vs. RELEASE build?.
Came up in https://musescore.org/de/node/65796
Comments
Same problem for -v (and --version)
Same issue for any syntax error, i.e. using an option wrongly (e.g. "-M" without a filename), which should display the help page too, but does not. It just fails silently.
See http://stackoverflow.com/questions/3360548/console-output-in-a-qt-gui-a…