diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2009-03-24 14:15:31 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2009-03-24 14:15:31 -0400 |
| commit | b6e496792512bd2a99c2766fa81b309170fa00ed (patch) | |
| tree | b55626ef33a44edc694cdb21567fc2cf22f44ee4 | |
| parent | d232e8dddd1f94eeb4579d02a7947cda9767d0a6 (diff) | |
| download | cmd2-git-0.5.0.tar.gz | |
0.5.00.5.0
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="cmd2", - version="0.4.8", + version="0.5.0", py_modules=["cmd2",], # metadata for upload to PyPI @@ -29,6 +29,8 @@ Drop-in replacement adds several features for command-prompt tools: * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer + * accepts abbreviated commands when unambiguous + * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py) Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. |
