[Issue 4567] dmd should print the dmd.conf location with usage statement
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Nov 3 18:55:16 PST 2014
https://issues.dlang.org/show_bug.cgi?id=4567
--- Comment #6 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to hsteoh from comment #4)
> Running dmd without any input files spits out a long usage screen dump.
> Wouldn't the config location get lost in there?
I built a simple hello world app. dmd -v compiling spit out 141 extremely
unreadable lines.
dmd without any args spits out 70 lines. But the lines are formatted and
organized for easy reading. I'm also frequently used to doing dmd without args
to see what version I'm using. dmd.conf naturally belongs there IMO.
--
More information about the Digitalmars-d-bugs
mailing list