Skip to content

Commit

Permalink
Merge branch 'master' into 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Nov 23, 2024
2 parents 9f1d162 + c0991d8 commit f867903
Show file tree
Hide file tree
Showing 9 changed files with 6,141 additions and 154 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
* Added `RawDescriptionCmd2HelpFormatter`, `RawTextCmd2HelpFormatter`, `ArgumentDefaultsCmd2HelpFormatter`,
and `MetavarTypeCmd2HelpFormatter` and they all use `rich-argparse`.

## 2.5.7 (November 22, 2024)
* Bug Fixes
* Fixed issue where argument parsers for overridden commands were not being created.
* Fixed issue where `Cmd.ppaged()` was not writing to the passed in destination.

## 2.5.6 (November 14, 2024)
* Bug Fixes
* Fixed type hint for `with_default_category` decorator which caused type checkers to mistype
Expand Down
326 changes: 194 additions & 132 deletions cmd2/cmd2.py

Large diffs are not rendered by default.

Loading

0 comments on commit f867903

Please sign in to comment.