Skip to content

Commit cfe29cd

Browse files
jonasbnhwittenborn
andauthored
Minor addition to the documentation, I could not read from the (#98)
documentation how the environment variables work together and since they originate from different specification I did a small test. See: http://jonasbn.github.io/til/crates/colored.html Co-authored-by: Hunter Wittenborn <[email protected]>
1 parent 884232e commit cfe29cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ and add this to your `lib.rs` or `main.rs`:
5252
- Safe rust, easy to use, minimal dependencies, complete test suite
5353
- Respect the `CLICOLOR`/`CLICOLOR_FORCE` behavior (see [the specs](http://bixense.com/clicolors/))
5454
- Respect the `NO_COLOR` behavior (see [the specs](https://no-color.org/))
55+
- Do note that `CLICOLOR_FORCE` overrules `NO_COLOR`, which overrules `CLICOLOR`
5556
- Works on Linux, MacOS, and Windows (Powershell)
5657

5758
#### Colors:

0 commit comments

Comments
 (0)