Faculty
Jay McGavren said
@emancu Glad you liked it! Hope you were at least able to use OptionParser (from the Ruby standard library) for your recent work? Thor offers even nicer features than that, though.
A subscription is required to view this video. Enroll Today
Thor is a simple tool for building command line utilities and code generators. In this screencast Jay introduces the library and shows you lots of great examples of how to use it effectively.
@emancu Glad you liked it! Hope you were at least able to use OptionParser (from the Ruby standard library) for your recent work? Thor offers even nicer features than that, though.
Thanks for the demo! Last week I've to code a command line parser, I wish I have seen this screencast before..