Closed dbarnett closed 7 years ago
Mursel will work on this.
Hi @cagdasgerede, @dbarnett
It looks like the feature mentioned in the issue description has been added already (to Linux version at least).
I got the following output:
$ dasher --walrus-face
option parsing failed: Unknown option --walrus-face
Dasher fails to start GUI as expected.
In that case, can we make it so that it says
"Try 'dasher --help' for more information."
after it says
"option parsing failed: Unknown option --walrus-face"?
Unrecognized command-line args usually cause programs to fail with an exit code, e.g.
But dasher will happily start the GUI no matter what options I pass it:
Could we make it validate that it doesn't receive any unrecognized args?