diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 15:36:04 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 15:36:04 -0400 |
commit | 25552125316eabc119e39e4abc136ca0c79fb403 (patch) | |
tree | c932a679c351875209ff2b978bb016a720c87362 /README.md | |
parent | 6d27e0702f323d4af9fa181fb74447ff9d971ae0 (diff) | |
download | cmd2-git-25552125316eabc119e39e4abc136ca0c79fb403.tar.gz |
Added badge in README.md to chat on Discord with link to invite to join python-cmd2 channel
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ cmd2: a tool for building interactive command line apps [](https://python-cmd2.visualstudio.com/cmd2/_build/latest?definitionId=1&branch=master) [](https://codecov.io/gh/python-cmd2/cmd2) [](http://cmd2.readthedocs.io/en/latest/?badge=latest) +<a href="https://discord.gg/RpVG6tk"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat"></a> cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line |