summaryrefslogtreecommitdiff
path: root/devel/ruby-cmd/DESCR
blob: ebef92fb572e82df3a0ee3857f8467619006e98e (plain)
1
2
3
4
5
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.