ajalt / mordant

Multiplatform text styling for Kotlin command-line applications
https://ajalt.github.io/mordant/
Apache License 2.0
935 stars 33 forks source link

Use infinite terminal size by default for non-interactive output #144

Closed mikaelstaldal closed 7 months ago

mikaelstaldal commented 7 months ago

Closes #140

ajalt commented 7 months ago

Thanks! Unfortunately, it's not this simple. If you have a column with ColumnWidth.EXPAND, it will now be 4 billion characters wide on non-interactive outputs. So there's a little more work involved than this.

mikaelstaldal commented 7 months ago

OK, then I don't know how to do it.