summaryrefslogtreecommitdiffstats
path: root/python/python-cmdln/README
blob: af5dcdcb711ca492a517585277f5188b6ef75733 (plain)
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.