http://forum.dlang.org/thread/[email protected]
The problem is that getopt needs to a) throw an exception and b) return a valid GetoptResult so that the program can print help information when the exception is thrown. Obviously, this isn't possible, so we need to find some other solution.
Maybe including the options array in the GetOptException?
Comment #1 by john.loughran.colvin — 2016-01-31T14:11:59Z
*** Issue 14921 has been marked as a duplicate of this issue. ***
Comment #2 by robert.schadek — 2024-12-01T16:24:27Z