Monday, October 25, 2004

Hey command-line junkies: Command Line Parser Updated

Hey command-line junkies: Command Line Parser Updated

"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."

Who doesn't need a new/updated command line parser for their .Net app?

;)

No comments: