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