Skip to content

Commit 5ac81d4

Browse files
authored
Enabled all printing methods to support Rich objects. (#1471)
1 parent 4f3ee8d commit 5ac81d4

File tree

6 files changed

+519
-219
lines changed

6 files changed

+519
-219
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
- Added `Cmd.macro_arg_complete()` which tab completes arguments to a macro. Its default
1616
behavior is to perform path completion, but it can be overridden as needed.
1717

18-
- Bug Fixes
19-
- No longer redirecting `sys.stdout` if it's a different stream than `self.stdout`. This
20-
fixes issue where we overwrote an application's `sys.stdout` while redirecting.
18+
- All print methods (`poutput()`, `perror()`, `ppaged()`, etc.) have the ability to print Rich
19+
objects.
20+
21+
- Bug Fixes
22+
- No longer redirecting `sys.stdout` if it's a different stream than `self.stdout`. This fixes
23+
issue where we overwrote an application's `sys.stdout` while redirecting.
2124

2225
## 2.7.0 (June 30, 2025)
2326

0 commit comments

Comments
 (0)