Are you sure? Can you show me an example? I always forgot on this limitation and somtimes it cause really nesty things :D
On Thu, Nov 29, 2018 at 6:05 PM Antonio Corbi via Digitalmars-d-learn < digitalmars-d-learn@puremagic.com> wrote: > Hi! > > Reading through the `getopt` documentation at one point it says: > > "Forms such as -t 5 and -timeout=5 will be not accepted." > > But I'm able to to use short options like '-t 5' (with spaces > between the 't' and the '5'). It seems that this limitation has > been eliminated and it just-works-now, is it so? > > Thx! >