mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
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.
|