We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86429a commit bcf492aCopy full SHA for bcf492a
cmd2/cmd2.py
@@ -414,7 +414,9 @@ def __init__(
414
else:
415
self.stdin = sys.stdin
416
417
- # What to use for standard output
+ # Standard output stream. The interactive UI remains attached to this initial
418
+ # stream even when self.stdout is temporarily swapped during command output
419
+ # redirection.
420
if stdout is not None:
421
self.stdout = stdout
422
@@ -1765,6 +1767,7 @@ def ppaged(
1765
1767
end=end,
1766
1768
style=style,
1769
soft_wrap=soft_wrap,
1770
+ justify=justify,
1771
emoji=emoji,
1772
markup=markup,
1773
highlight=highlight,
0 commit comments