Using Thor to Build a Command Line Interface
Here’s a simple command line interface created in Thor. I much prefer Thor to Ruby’s OptionParser and other similar libraries, because I find Thor’s command line interfaces to be much more aesthetically pleasing.
Post a comment