libcmd-ruby

Library for building line-oriented command interpreters in ruby
 
  0
  no reviews



This is a library for building line-oriented command interpreters in ruby. simply inherit from cmd's cmd class, and methods whose names start with "do_" become interactive commands. cmd is inspired by the python library of the same name, but offers a distinctive ruby feel and several additional features.

this is a dummy package depending on the library for the current default version of ruby.