Gracefully handle `--help` and other unknown options
Closed this issue · 1 comments
paulapatience commented
Though SOLAR does not support GNU-style long options (with two leading hyphens), it should probably interpret them as unknown options rather than as non-option arguments:
$ ./solar --help
Display help for Problem "--help":
This problem id is invalid
Perhaps using an option-parsing library would be advisable.
sebastienledigabel commented
Thanks Paul. The "--" are now possible.