Skip to content

Commit

Permalink
re-add para on CLICOLOR and CLICOLOR_FORCE
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Apr 5, 2024
1 parent af12ee1 commit ab9b38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,3 +626,6 @@ Ruff's color output is powered by the [`owo-colors`](https://crates.io/crates/ow
[`anstream`](https://crates.io/crates/anstream) crates, which attempt to automatically detect
whether the output stream supports color. However, you can force colors off by setting the
`NO_COLOR` environment variable to any value (e.g., `NO_COLOR=1`).

[`anstream`](https://crates.io/crates/anstream) also supports the `CLICOLOR` and `CLICOLOR_FORCE`
environment variables (see the [spec](https://bixense.com/clicolors/)).

0 comments on commit ab9b38c

Please sign in to comment.