diff options
Diffstat (limited to 'python/python-cmdln/README')
-rw-r--r-- | python/python-cmdln/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-cmdln/README b/python/python-cmdln/README new file mode 100644 index 0000000000..af5dcdcb71 --- /dev/null +++ b/python/python-cmdln/README @@ -0,0 +1,3 @@ +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. |