-
Enhancements
- Moved cmd2-specific printing logic from
Cmd.print_to()intoCmd2BaseConsole.print()andCmd2BaseConsole.log(). This removes need to pass a console object toCmd.print_to(). - Addressed a bug in
rich.console.Consolewhere complex renderables (likeTableandRule) may not receive formatting settings passed toconsole.print()andconsole.log().
- Moved cmd2-specific printing logic from
-
Breaking Changes
- Renamed the
destinationparameter ofCmd.print_to()back tofilesince you can no longer pass in a console.
- Renamed the