mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-01 12:41:58 -07:00
Speeding CI builds
This commit is contained in:
committed by
Andrew Gallant
parent
162e085b98
commit
636bbc7c8f
@@ -8,6 +8,8 @@ Note that on non-Windows platforms, this crate is empty but will compile.
|
||||
# Example
|
||||
|
||||
```no_run
|
||||
# #[cfg(windows)]
|
||||
# {
|
||||
use wincolor::{Console, Color, Intense};
|
||||
|
||||
let mut con = Console::stdout().unwrap();
|
||||
@@ -15,6 +17,7 @@ con.fg(Intense::Yes, Color::Cyan).unwrap();
|
||||
println!("This text will be intense cyan.");
|
||||
con.reset().unwrap();
|
||||
println!("This text will be normal.");
|
||||
# }
|
||||
```
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user