3.3.0 (March 1, 2026)
-
Enhancements
- Added ability to pass a console object to
Cmd.print_to(). This provides support for things
like wrapping aprint_to()call in aconsole.status()orconsole.capture()context
manager.
- Added ability to pass a console object to
-
Breaking Changes
- Renamed the
fileparameter ofCmd.print_to()todestinationto support file-like objects
and console objects. Cmd2BaseConsole(file)argument is now a keyword-only argument to be consistent with the
rich.console.Consoleclass.
- Renamed the