Live data from Hacker News

Writing Command Line Applications With Ruby [video]

launchware.com

1–2 of 2 posts

Re: Writing Command Line Applications With Ruby [video]

#2
Some interesting libs there. Are you familiar with docopt? http://docopt.org/ (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.