You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/18 09:00:50 UTC

[jira] [Commented] (MNG-6220) Add CLI options to control color output

    [ https://issues.apache.org/jira/browse/MNG-6220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972352#comment-15972352 ] 

ASF GitHub Bot commented on MNG-6220:
-------------------------------------

GitHub user mryan43 opened a pull request:

    https://github.com/apache/maven/pull/114

    MNG-6220 add color CLI option

    https://issues.apache.org/jira/browse/MNG-6220

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mryan43/maven master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #114
    
----
commit 472a8866549ed1ee4e2dd53b8f4ff219c7d2f95a
Author: mryan <ry...@shamu.ch>
Date:   2017-04-18T08:57:23Z

    MNG-6220 add color CLI option

----


> Add CLI options to control color output
> ---------------------------------------
>
>                 Key: MNG-6220
>                 URL: https://issues.apache.org/jira/browse/MNG-6220
>             Project: Maven
>          Issue Type: New Feature
>            Reporter: Manuel Ryan
>
> Currently, the only way to enable/disable color output is to use the batch-mode or log-file options.
> If a user wants colored output but no interactivity (ie: jenkins environment with the ansicolor plugin), there is no CLI option combination to support the use-case.
> I propose to add an option to control output coloring directly.
> {noformat}
> --color=enabled <- color output always enabled
> --color=disabled <- color output always disabled
> --color=auto <- current behavior (default)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)