http://d.puremagic.com/issues/show_bug.cgi?id=5316
--- Comment #3 from Andrej Mitrovic <[email protected]> 2013-09-03 09:29:02 PDT --- (In reply to comment #2) > P.S. currently getopt bails badly on hashes: > > ----- > import std.getopt; > > void main(string[] args) > { > int[string] tune; > getopt(args, &tune, "tune"); > } > ----- Actually nevermind, the text argument should come before the address, but this is another area of improvement. I'll open another bug report for this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
