Skip to content

Commit 39bbe6c

Browse files
committed
added documentation
1 parent 992c98b commit 39bbe6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/docs/cli/configuration/terminal.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Configure general terminal behavior. These are also the default settings if not
2727
settings:
2828
terminal:
2929
max_width: 120 # Maximum width for terminal output
30-
pager: true # Pager setting for all terminal output
31-
colors: true # Enable colored output
30+
pager: true # Pager setting for all terminal output
31+
no_color: false # Disable color output
3232
unicode: true # Use Unicode characters in output
3333
```
3434
@@ -77,6 +77,10 @@ settings:
7777

7878
<dt>`wrap`</dt>
7979
<dd>Wrap long lines (default: `false`)</dd>
80+
81+
<dt>`no_color`</dt>
82+
<dd>Disable color output (default: `false`)</dd>
83+
8084
</dl>
8185

8286
### Example Usage

0 commit comments

Comments
 (0)