text wrapping for application output #1753
breed
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
I am not sure what "properly" means for you: if you just print a very very long string, it will wrap automatically at screen boundaries. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the Ansi class allows for applications to colorize the output, but is there also a way to leverage the text wrapping that picocli has so that my output will wrap properly at screen boundaries?
Beta Was this translation helpful? Give feedback.
All reactions