[Issue 18019] getopt worng behaviour (ConvException instead of GetOptException)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 29 14:25:37 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=18019
--- Comment #2 from Dmitry <dmitry at indiedev.ru> ---
Thank you for the explanation. Now I found it in the documentation:
> If the option has a parameter, that must be "stuck" to the option
> without any intervening space or "="
But it is not the reason why the issue was created. Main reason is that
behavoiur is different for "-help" (built-in option) and "-replace" (custom
option).
--
More information about the Digitalmars-d-bugs
mailing list