]
Ingo Weiss resolved WFWIP-6.
----------------------------
Resolution: Done
Color output cannot be disabled by jboss-cli.xml
------------------------------------------------
Key: WFWIP-6
URL:
https://issues.jboss.org/browse/WFWIP-6
Project: WildFly WIP
Issue Type: Bug
Reporter: Erich Duda
Assignee: Ingo Weiss
Labels: WFCORE-3577
When I disabled color output in {{jboss-cli.xml}} using following configuration, the
colors were still displayed.
{code:xml}
<color-output>
<enabled>false</enabled>
</color-output>
{code}