We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992c98b commit 39bbe6cCopy full SHA for 39bbe6c
website/docs/cli/configuration/terminal.mdx
@@ -27,8 +27,8 @@ Configure general terminal behavior. These are also the default settings if not
27
settings:
28
terminal:
29
max_width: 120 # Maximum width for terminal output
30
- pager: true # Pager setting for all terminal output
31
- colors: true # Enable colored output
+ pager: true # Pager setting for all terminal output
+ no_color: false # Disable color output
32
unicode: true # Use Unicode characters in output
33
```
34
@@ -77,6 +77,10 @@ settings:
77
78
<dt>`wrap`</dt>
79
<dd>Wrap long lines (default: `false`)</dd>
80
+
81
+ <dt>`no_color`</dt>
82
+ <dd>Disable color output (default: `false`)</dd>
83
84
</dl>
85
86
### Example Usage
0 commit comments