openbsd-ports/devel/p5-Term-Shell/pkg/DESCR
sturm 511c2cc45d Initial import of Term-Shell 0.01
Term::Shell makes it joyfully easy to write command-line interfaces in
Perl. All the boring details like command-line parsing and terminal
handling are done for you.

from Alexander von Gernler <grunk at pestilenz.org>
2005-05-24 21:45:55 +00:00

8 lines
380 B
Plaintext

Term::Shell makes it joyfully easy to write command-line interfaces in
Perl. All the boring details like command-line parsing and terminal
handling are done for you.
For implementing a certain command ``foo'', you just have to
define subroutines run_foo, help_foo, smry_foo, comp_foo, each of them
doing the command itself, a help message, a short summary and
command completion.