Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e611fbc

Browse files
philbucherdjc
authored andcommitted
docs: add note about clicolors
1 parent e9b9a44 commit e611fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ term.clear_line()?;
3838

3939
## Colors and Styles
4040

41-
`console` automatically detects when to use colors based on the tty flag. It also
41+
`console` automatically detects when to use colors based on the tty flag, following the
42+
[clicolors standard](https://bixense.com/clicolors/) for color enabling/disabling. It also
4243
provides higher level wrappers for styling text and other things that can be
4344
displayed with the `style` function and utility types.
4445

0 commit comments

Comments
 (0)