Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for color=never CLI flag #93

Merged
merged 1 commit into from Jan 11, 2019
Merged

Add support for color=never CLI flag #93

merged 1 commit into from Jan 11, 2019

Commits on Jan 11, 2019

  1. Add support for color=never

    Your code has support for `always`, it seems expected that `never` would work too.
    
    I would like to use these as flags, they seem standard and have been included in `grep`
    ```
         --colour=[when, --color=[when]]
                 Mark up the matching text with the expression stored in GREP_COLOR environment variable.  The possible values of when can be `never', `always' or
                 `auto'.
    ```
    qix committed Jan 11, 2019
    Copy the full SHA
    12cd2e7 View commit details
    Browse the repository at this point in the history