Command-line arguments

Matt no-one at none.nowhere.com
Thu Jul 3 17:30:14 PDT 2008


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



More information about the Digitalmars-d mailing list