Some interesting libs there. Are you familiar with docopt? <a href="http://docopt.org/" rel="nofollow">http://docopt.org/</a> (originally for python, but has a ruby port). I think it makes the whole command-line parameters/options handling extremely elegant. I used it only with python and it just can't get simpler than that.