]
Ingo Weiss resolved WFWIP-7.
----------------------------
Resolution: Done
CLI argument --no-color-output has no precedence before XML
configuration
-------------------------------------------------------------------------
Key: WFWIP-7
URL:
https://issues.jboss.org/browse/WFWIP-7
Project: WildFly WIP
Issue Type: Bug
Reporter: Erich Duda
Assignee: Ingo Weiss
Labels: WFCORE-3577
When I uncommented {{color-output}} configuration in jboss-cli.xml where {{enabled}}
option is set on {{true}}, the {{--no-color-output}} option had not effect. The colors
were displayed.
{code:xml|title=jboss-cli.xml}
<color-output>
<enabled>true</enabled>
<error-color>red</error-color>
<warn-color>yellow</warn-color>
<success-color>default</success-color>
<required-color>magenta</required-color>
<workflow-color>default</workflow-color>
<prompt-color>default</prompt-color>
</color-output>
{code}
{code:title=Bash command}
$ ./jboss-cli.sh --no-color-output
{code}
In this case the {{--no-color-output}} should have precedence and no colors should be
displayed.