Small enhancement request to allow -run as the last argument, without the usual module name or inferior arguments.
This makes it easy to add "-run" without having to move the first module on the command line to the end.
dmd a.d b.d c.d
(builds executable a)
dmd a.d b.d c.d -run
(builds and runs)