diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-01 14:11:38 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-01 14:11:38 -0400 |
commit | f2f91230b23cbed8f636e663e29e6bb4b1dbe9ee (patch) | |
tree | e3c0c9a3a596b1144daf31500ecbdb2f2623e847 /README.md | |
parent | 0b6edb1663ba20ece40f8dbba491f6e28911b183 (diff) | |
download | cmd2-git-f2f91230b23cbed8f636e663e29e6bb4b1dbe9ee.tar.gz |
Added more unit tests for the cmd2.Cmd.select() method
Also
- Moved the existing tests for select to a more appropriate location
- Minor tweak to working in README for readability
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ cmd2 [](https://codecov.io/gh/python-cmd2/cmd2) [](https://pypi.python.org/pypi/cmd2/) -cmd2 is a tool for writing command-line interactive applications for Python 2.7 and Python 3.3+. It is based on the +cmd2 is a tool for writing interactive command-line applications for Python 2.7 and Python 3.3+. It is based on the Python Standard Library's [cmd](https://docs.python.org/3/library/cmd.html) module, and can be used any place cmd is used simply by importing cmd2 instead. It is pure Python code with the only 3rd-party dependencies being on [six](https://pypi.python.org/pypi/six), [pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip). |