Open eugenesvk opened 1 week ago
Following your tips to manually style via direct injection of ANSI colors from this discussion I've noticed that I get word-wrapping much earlier
Before: using literal style
literal
After: using .bold().blue() style from owo-colors
.bold().blue()
Yeah, right now this would break it. I have a plan to make it more flexible :)
Following your tips to manually style via direct injection of ANSI colors from this discussion I've noticed that I get word-wrapping much earlier
Before: using
literal
styleAfter: using
.bold().blue()
style from owo-colors