I am looking for a rather basic command-line parser class/library for C#.
All I really need it for is opening passed files, and it is not something I really feel like writing, considering it is such a small part of a much larger project that is GPL, anyways.
I've seen a bunch of stuff on Code Project, but they all either have no license, or are CPOL. Same with Code Plex they are all MP-PL, and I have no idea if it is compatible with the GPL. Plus, I don't really care to cross-license.
I guess if there isn't one, I will just write one and GPL it on Code Plex.
Thanks in advance.