forked from ungleich-public/cdist
Restrict colored_output value to always/never/auto.
This commit is contained in:
parent
7a570f8692
commit
23e66e08fa
5 changed files with 17 additions and 17 deletions
|
|
@ -369,9 +369,9 @@ CDIST_BETA
|
|||
Enable beta functionalities.
|
||||
|
||||
CDIST_COLORED_OUTPUT
|
||||
Use a colored output for different log levels.
|
||||
It can be a boolean or 'auto' (default) which enables this feature if
|
||||
stdout is a tty and disables it otherwise.
|
||||
Colorize cdist's output. If enabled, cdist will use different colors for
|
||||
different log levels.
|
||||
Recognized values are 'always', 'never', and 'auto' (the default).
|
||||
|
||||
CDIST_CACHE_PATH_PATTERN
|
||||
Custom cache path pattern.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue