slackbuilds_ponce/python/python-cmdln/README

4 lines
204 B
Text
Raw Normal View History

cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.