You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a common expectation for users that using `--help` on a program will *NOT* start the program. Likewise, when a user makes a typo in the arguments passed to a program, the program should *NOT* start.
The arguments parsing in DRuntime doesn't do any of this. `--DRT-gcopts=foo` (notice the extra 's' after `gcopt`) will happily run the program, and so will `--DRT-gcopt=help`.
The text was updated successfully, but these errors were encountered:
Mathias LANG (@Geod24) reported this on 2021-02-09T09:18:20Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=21624
Description
The text was updated successfully, but these errors were encountered: