Closed XhmikosR closed 8 years ago
hey @XhmikosR thanks, I'll test it tonight but it should work. Great :)
@soulgalore: I tried to find what is using LF hardcoded, and it seems it's cli-table2. word-wrap has an option for newlines, but the result is the same since cli-table2 is always using LF on Windows.
So, this seems like a quick fix as long as we don't break OSX.
thanks @XhmikosR !
Before:
After:
I was getting a
CR
which is\r
after each asset. Every other line isLF
(\n
) even on Windows. Not sure what happens on OSX.