Skip to content

Commit

Permalink
[FAQ.md] add documentation on how to disable ANSI color
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jul 15, 2020
1 parent f5d3b89 commit c498ed8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Yes, you can include Unicode characters on the command line in your regular expr

Please see https://docs.rs/regex/#unicode and https://github.com/rust-lang/regex/blob/master/UNICODE.md.

## ANSI Escape Code Color

### I don't like ANSI escape code colors in my terminal. How do I turn this off?

Some sub-commands include ANSI escape code color output by default when output is viewed in a terminal. This project supports the [NO_COLOR](https://no-color.org/) environment variable specification. Please follow the link for additional details about how to set your environment variable to disable ANSI colors.

0 comments on commit c498ed8

Please sign in to comment.