dmd command line options bad design: -offilename, -Ddocdir etc.

Jonas Drewsen nospam4321 at hotmail.com
Thu Apr 11 03:25:55 PDT 2013


AFAIK most unix tools have two formats: long and short.

long:
dmd --foobar-dir=/somewhere/over/the/rainbow

short:
dmd -f /somewhere/over/the/rainbow

Most programs supports both. I think that would be the way to go.

/Jonas


More information about the Digitalmars-d mailing list