Guides 11791 Published by

Command line argument processing is one of those nasty chores that seems to keep coming around no matter how many times you've dealt with it in the past. Rather than writing variations of the same code over and over, why not use reflection to simplify the job of argument processing? This article outlines an open source library that makes command line arguments practically handle themselves.