We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090995e commit 6837a1bCopy full SHA for 6837a1b
CHANGELOG.md
@@ -5,6 +5,9 @@
5
* Simplified the process to set a custom parser for `cmd2's` built-in commands.
6
See [custom_parser.py](https://github.com/python-cmd2/cmd2/blob/master/examples/custom_parser.py)
7
example for more details.
8
+ * Integrated `rich-argparse` with `Cmd2HelpFormatter`.
9
+ * Added `RawDescriptionCmd2HelpFormatter`, `RawTextCmd2HelpFormatter`, `ArgumentDefaultsCmd2HelpFormatter`,
10
+ and `MetavarTypeCmd2HelpFormatter` and they all use `rich-argparse`.
11
12
## 2.5.3 (November 5, 2024)
13
* Enhancements
0 commit comments