Hey command-line junkies: Command Line Parser Updated

Are you writing your own command-line applications? Then you may be interested in this:

From GotDotNet: “Parsing command line arguments to a console application is a common problem. This library handles the common task of reading arguments from a command line and filling in the values in a type.”

And from Peter Hallam’s blog:

I finally got around to updating my command line parser on gotdotnet. I can't believe its been over a year. This update adds support for customizable help text, formatting of help text to the console window width, and better support for /?. Thanks go out to Jim Foster [JFoster at cskauto.com] for the help text code, and jdmack for the /? code.