We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754fc45 commit 9f50378Copy full SHA for 9f50378
1 file changed
cmd2/cmd2.py
@@ -1853,6 +1853,8 @@ def ppretty(
1853
:param end: string to write at end of printed text. Defaults to a newline.
1854
"""
1855
# The overflow and soft_wrap values match those in rich.pretty.pprint().
1856
+ # This ensures long strings are neither truncated with ellipses nor broken
1857
+ # up by injected newlines.
1858
pretty_obj = Pretty(
1859
obj,
1860
indent_size=indent_size,
0 commit comments