Click here to Skip to main content
15,891,708 members
Articles / Web Development / ASP.NET

CommandParser - A getopt() Inspired Command Line Parser for C# using LINQ

Rate me:
Please Sign up or sign in to vote.
4.92/5 (20 votes)
5 Sep 2009BSD5 min read 50.1K   1.4K   47  
Command line parsing is an irritatingly repetitive problem to solve when creating command line tools. What's worse, it has been solved many times over throughout the course of computing history. This library is an attempt to solve many of the problems common to handling command line arguments when

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Chief Technology Officer Appature, Inc.
United States United States
I have been developing software professionally for over 12 years. I have been a developer at ATI Research, Microsoft, a Social Bookmarking website called Faves.com, and most recently I have started a company called Appature, Inc focusing on Enterprise Marketing Management software in the Healthcare space.

If you find any of my submissions here useful, or even if you don't, I'd love to hear from you!

Comments and Discussions