Via The Daily Grind 168:
Full-featured Automatic Argument Parser - Another command-line parsing class for .NET. This one makes good use of attributes to set things up in a natural way.
Very nice. That is a slick way of dealing with that problem. I've seen a bunch of different approaches to handling command-line arguments, but that attribute stuff wins the elegant award.