[jboss-jira] [JBoss JIRA] (WFWIP-7) CLI argument --no-color-output has no precedence before XML configuration

Ingo Weiss (JIRA) issues at jboss.org
Wed May 2 09:19:02 EDT 2018


     [ https://issues.jboss.org/browse/WFWIP-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list