Command-line arguments

Jarrett Billingsley kb3ctd2 at yahoo.com
Thu Jul 3 18:25:15 PDT 2008


"Matt" <no-one at none.nowhere.com> wrote in message 
news:g4jqum$269v$1 at digitalmars.com...
> Is there an established library in D for handling command-line arguments?
>
> In particular:
> - handling differences between Windows and UNIX shells (i.e. wildcard 
> expansion)
> - handling equivalent options such as "-n 10" === --count=10
> - handling combination of multiple flags, e.g. "-lcf" == "-l -f -c"
>
> Thanks
>
> Matt

I don't believe there is an argument parser in either Phobos 1 or Phobos 2. 
However, there is one in Tango. 





More information about the Digitalmars-d mailing list