I\'m looking for a getopt library for c#. So far I found a few (phpguru, XGetOptCS, getoptfordotnet) but these look more like unfinished attempts that only support a part of
Here is a .NET Implementation of getopt: http://www.codeplex.com/getopt
Miguel de Icaza raves about Mono.Options. You can use the nuget package, or just copy the single C# source file into your project.