File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ prompt is displayed.
145145 - Added ` traceback_kwargs ` attribute to allow customization of Rich-based tracebacks.
146146 - The ` print() ` function available in a ` pyscript ` writes to ` self.stdout ` and respects the
147147 ` allow_style ` setting. It also supports printing ` Rich ` objects.
148- - Added ` Cmd2ArgumentParser.output_to() ` context manager to temporarily set the output stream.
149- This is helpful for directing output for functions like ` parse_args() ` , which default to
150- ` sys.stdout ` and lack a ` file ` argument.
148+ - Added ` Cmd2ArgumentParser.output_to() ` context manager to temporarily set the output stream
149+ during ` argparse ` operations. This is helpful for directing output for functions like
150+ ` parse_args() ` , which default to ` sys.stdout ` and lack a ` file ` argument.
151151
152152## 3.5.1 (April 24, 2026)
153153
You can’t perform that action at this time.
0 commit comments