pkgsrc/devel/ruby-cmd/DESCR
minskim aa34255889 Import ruby-cmd.
cmd 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.
2005-04-11 03:26:55 +00:00

5 lines
304 B
Text

cmd 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.