File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.4.2 (July 13, 2022)
2+ * Enhancements
3+ * Updated argparse decorator to remove annotations when the docstring is used for a command's help text.
4+ * Updated unit test to be Python 3.11 compliant.
5+
16## 2.4.1 (April 13, 2022)
27* Bug Fixes
38 * Fixed value for ` ansi.Bg.YELLOW ` .
Original file line number Diff line number Diff line change 1616 <a href =" #version-two-notes " >Version 2.0 Notes</a >
1717</p >
1818
19- [ ![ Screenshot] ( cmd2.png )] ( https://youtu.be/DDU_JH6cFsA )
19+ [ ![ Screenshot] ( https://raw.githubusercontent.com/python-cmd2/cmd2/master/ cmd2.png)] ( https://youtu.be/DDU_JH6cFsA )
2020
2121cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it
2222quick and easy for developers to build feature-rich and user-friendly interactive command line
@@ -28,7 +28,7 @@ when using cmd.
2828The developers toolbox
2929----------------------
3030
31- ![ system schema] ( https://github. com/python-cmd2/cmd2/blob /master/.github/images/graph.drawio.png )
31+ ![ system schema] ( https://raw.githubusercontent. com/python-cmd2/cmd2/master/.github/images/graph.drawio.png )
3232
3333
3434When creating solutions developers have no shortage of tools to create rich and smart user interfaces.
You can’t perform that action at this time.
0 commit comments