mirror of
https://github.com/sharkdp/bat
synced 2024-11-28 14:50:44 +00:00
chore: remove redundant word in comment
Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
parent
c9aa8d59ef
commit
d27064cea5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ impl fmt::Display for ThemeName {
|
||||||
|
|
||||||
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
|
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
|
||||||
pub enum DetectColorScheme {
|
pub enum DetectColorScheme {
|
||||||
/// Only query the terminal for its colors when appropriate (i.e. when the the output is not redirected).
|
/// Only query the terminal for its colors when appropriate (i.e. when the output is not redirected).
|
||||||
#[default]
|
#[default]
|
||||||
Auto,
|
Auto,
|
||||||
/// Always query the terminal for its colors.
|
/// Always query the terminal for its colors.
|
||||||
|
|
Loading…
Reference in a new issue