Add NO_COLOR support to NEWS (#835).
This commit is contained in:
parent
16bc0de3fb
commit
2f6ad9d173
2 changed files with 6 additions and 2 deletions
|
|
@ -406,8 +406,9 @@ source /usr/share/fish/vendor_completions.d/borgmatic.fish
|
|||
borgmatic produces colored terminal output by default. It is disabled when a
|
||||
non-interactive terminal is detected (like a cron job), or when you use the
|
||||
`--json` flag. Otherwise, you can disable it by passing the `--no-color` flag,
|
||||
setting the environment variables `PY_COLORS=False` or `NO_COLOR=True`, or setting the `color`
|
||||
option to `false` in the `output` section of configuration.
|
||||
setting the environment variables `PY_COLORS=False` or `NO_COLOR=True`, or
|
||||
setting the `color` option to `false` in the `output` section of
|
||||
configuration.
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
|
|
|||
Loading…
Reference in a new issue