diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 15:04:46 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 15:04:46 -0400 |
commit | 4ebab8889cc8546bf19bbd2981b2231547b45757 (patch) | |
tree | a3bf7d0ce6bc249ef252284b68712aa7257ec941 /README.md | |
parent | b581fd53ee6ae6c478eacbaa79cac9fcb68f6d76 (diff) | |
download | cmd2-git-4ebab8889cc8546bf19bbd2981b2231547b45757.tar.gz |
Add screenshot to front page
Also:
- Updated pythong_scripting.py example to show how to colorize text
- Updated contributing.md to show how to run code coverage in parallel using python-xdist and -nauto
- Updated contributing.md to talk more about looking at unit test results within the PR
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ applications. It provides a simple API which is an extension of Python's built- of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd. +[](https://github.com/python-cmd2/cmd2/blob/master/cmd2.png) + Main Features ------------- |