Think of CLI::Base as a COM, a Commandline Object Mapper, in much the same way that ActiveRecord::Base is an ORM. A subclass of CLI::Base can define a complete command line tool using nothing more than Ruby method definitions.
Required Ruby Version
>= 3.1
Authors
Thomas Sawyer