pub fn color_enabled() -> boolExpand description
Returns true when colored output should be used.
Color is enabled when ALL of the following are true:
NO_COLORenvironment variable is not setACB_NO_COLORenvironment variable is not set- Stdout is a TTY (interactive terminal)