gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Allow forcing colored output

Open tankorsmash opened this issue 1 year ago • 1 comments

Hey there! I'm new to Gleam and really enjoying the live tour and how the LSP is built right in.

Since we don't have access to a live reload yet, I've been using watch -n 0.01 -c -x gleam build to re-build my project all the time, but I was hoping to enable forcing color, even if Gleam isn't outputting to a terminal (which was added in https://github.com/gleam-lang/gleam/pull/492).

I hoped maybe FORCE_COLOR=1 would help, but it seems like Gleam doesn't have support for that either.

Thanks for Gleam!

tankorsmash avatar Mar 08 '24 02:03 tankorsmash

Good idea. Thank you

lpil avatar Mar 08 '24 10:03 lpil

Thank you @dvjn and everyone else!

tankorsmash avatar Mar 15 '24 14:03 tankorsmash