Russel Winder wrote:
On Fri, 2011-02-18 at 14:47 +0100, Jens Mueller wrote:If you start dmd without any arguments it will give you the information as well. $ dmd Digital Mars D Compiler v2.052 ...So you can parse the first line of this output.OK, that is the same as "dmd --help", I can make it work. Thanks.
Just for fun, try: dmd -man !!
