On 9/2/13 9:58 AM, Dmitry Olshansky wrote:
Last time I tried (about a year or so ago) I was frustrated with how
rigid and strange it was.
In the end I just rolled back to some hacks like to!int(args[1]) and so
on. At least that was under my control.

std.getopt implements simple and widely used command-line options. If you used to!int(args[1]) that's not an option, it's a straight argument that getopt will let pass through unchanged.

Andrei

Reply via email to