sdkman / sdkman-cli

The SDKMAN! Command Line Interface
https://sdkman.io
Apache License 2.0
5.98k stars 629 forks source link

Make colorized output optional #510

Closed pstric closed 7 years ago

pstric commented 7 years ago

In a terminal with an inverted color scheme, the colorized output can be very hard to read. Please make it either optional or configurable.

marc0der commented 7 years ago

It already is, simply set the sdkman_colour_enable=false in the .sdkman/etc/config.

lfmunoz commented 2 months ago

@marc0der anyway to get this to work with environment variables? Want color normally but in certain instances when running with automation don't want color.

SDKMAN_COLOUR_ENABLE=false sdk

unfortunately does not work