docs: fix --color auto option description (#20352)

This commit is contained in:
emmmm
2025-12-16 10:06:04 -05:00
committed by GitHub
parent 4afb555d06
commit be4dc53b92
5 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ Logging:
Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off
Display:
@@ -93,4 +93,4 @@ Display:
-q, --quiet
Silence all log output
```
```

View File

@@ -78,7 +78,7 @@ Logging:
Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off
Display:
@@ -93,4 +93,4 @@ Display:
-q, --quiet
Silence all log output
```
```

View File

@@ -80,7 +80,7 @@ Logging:
Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off
[default: always]
@@ -97,4 +97,4 @@ Display:
-q, --quiet
Silence all log output
```
```

View File

@@ -134,7 +134,7 @@ Logging:
Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off
[default: always]
@@ -151,4 +151,4 @@ Display:
-q, --quiet
Silence all log output
```
```

View File

@@ -95,7 +95,7 @@ Logging:
Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off
Display:
@@ -110,4 +110,4 @@ Display:
-q, --quiet
Silence all log output
```
```