]
Ingo Weiss commented on WFWIP-35:
---------------------------------
Thanks [~jdenise]. Tested locally and worked fine. Just pushed.
Colors are printed in non interactive mode when echo-command is
enabled
-----------------------------------------------------------------------
Key: WFWIP-35
URL:
https://issues.jboss.org/browse/WFWIP-35
Project: WildFly WIP
Issue Type: Bug
Reporter: Erich Duda
Assignee: Ingo Weiss
Priority: Blocker
Labels: WFCORE-3577
If you execute CLI in following non-interactive way, colors are printed out. This can
break users automation and do the output hard readable.
{code}
./bin/jboss-cli.sh --file=commands.txt --echo-command
{code}
{code:title=commands.txt}
embed-server
batch
:read-attribute(name=server-state)
list-batch
run-batch
exit
{code}