mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 22:22:06 -07:00
add docs to wincolor
This commit is contained in:
@@ -142,6 +142,7 @@ impl TextAttributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Whether to use intense colors or not.
|
/// Whether to use intense colors or not.
|
||||||
|
#[allow(missing_docs)]
|
||||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||||
pub enum Intense {
|
pub enum Intense {
|
||||||
Yes,
|
Yes,
|
||||||
@@ -174,6 +175,7 @@ impl Intense {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The set of available colors for use with a Windows console.
|
/// The set of available colors for use with a Windows console.
|
||||||
|
#[allow(missing_docs)]
|
||||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||||
pub enum Color {
|
pub enum Color {
|
||||||
Black,
|
Black,
|
||||||
|
Reference in New Issue
Block a user