Skip to content

Commit f867903

Browse files
committed
Merge branch 'master' into 3.0.0
2 parents 9f1d162 + c0991d8 commit f867903

File tree

9 files changed

+6141
-154
lines changed

9 files changed

+6141
-154
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
* Added `RawDescriptionCmd2HelpFormatter`, `RawTextCmd2HelpFormatter`, `ArgumentDefaultsCmd2HelpFormatter`,
1111
and `MetavarTypeCmd2HelpFormatter` and they all use `rich-argparse`.
1212

13+
## 2.5.7 (November 22, 2024)
14+
* Bug Fixes
15+
* Fixed issue where argument parsers for overridden commands were not being created.
16+
* Fixed issue where `Cmd.ppaged()` was not writing to the passed in destination.
17+
1318
## 2.5.6 (November 14, 2024)
1419
* Bug Fixes
1520
* Fixed type hint for `with_default_category` decorator which caused type checkers to mistype

cmd2/cmd2.py

Lines changed: 194 additions & 132 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)