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
It's not getopt, but you might try NConsoler. It uses attributes to define arguments and actions.