The Rubyist's guide to writing command-line apps
In order to write a first-class command-line app, you have to understand a lot of details like arguments, environment variables, STDIN/STDOUT, and more. This post is my humble attempt to cover most of these details and bring together everything you need to know in one place. http://blog.honeybadger.io/writing-command-line-apps-in-ruby/
Post a comment