Included is a diff against svn r1226 which will make the command line
parameter handling slightly better:
1) Also accepts "-" and "--" to denote an option, not just "/", this means
"/quadruple" and "-quadruple" and "--quadruple" work.
2) Accepts a best match, as long as the parameter is uniquely matched: "/q"
or "/qu" or "/qua" or "/quad" are equal to "/quadruple", as no other
parameters start with "q", but "/tal" is not accepted as it would match
both "/tall" and "/tall2". "/tall" is accepted, because it matches exactly.
Original issue reported on code.google.com by pasi.kal...@gmail.com on 28 Nov 2009 at 12:44
Original issue reported on code.google.com by
pasi.kal...@gmail.com
on 28 Nov 2009 at 12:44Attachments: