mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 15:23:19 +01:00
Merge pull request #3131 from binchengqu/master
chore: remove redundant word in comment
This commit is contained in:
commit
7b797fd830
@ -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 New Issue
Block a user