Archive for March, 2011

Simplify a Command Line with YAML

It is easy to manage command line input for one or two parameters by relying on the order. You can remember the order, document the order, or add some simple help message to your program. This works fine for a few items. Dealing with the ordering becomes difficult as the number of parameters grows. I […]

Read More →