Is there a library for parsing command lines in C#? Or do any C# applications have a reusable class for parsing command lines. I'm looking for something where you specify flags and default values and things and gets values from the command line. Like gopt or something. Thanks Chris Seaton