Tuesday, September 10, 2002
Another .NET Command Line Parser
Gert Lombard submitted a cool command line parser for the "Spend A Day with .NET" Coding Contest. It uses reflection and Attributes to make easy work of parsing a command line. I haven’t had a chance to try it out yet but it sounds pretty cool. If you are in the market for a command line parser check it out.
I need to ask Gert if he minds if I borrow some of his ideas for NArgs. Or better yet, maybe he’d be will to implement it for me ;-)
