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

Redirected help output should omit color highlighting. #233

Closed
clonezone opened this issue Aug 29, 2018 · 2 comments
Closed

Redirected help output should omit color highlighting. #233

clonezone opened this issue Aug 29, 2018 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@clonezone
Copy link

E.g. bat --list-languages | ack ddl results in no output due to the terminal control characters.

@sharkdp
Copy link
Owner

sharkdp commented Aug 29, 2018

Thank you for reporting this. Yes, this should be fixed.

(still, weird that bat --list-languages | grep ddl or bat --list-languages | rg ddl work fine)

@sharkdp sharkdp added bug Something isn't working good first issue Good for newcomers labels Aug 29, 2018
@sharkdp
Copy link
Owner

sharkdp commented Aug 31, 2018

Fixed in e3c990f

@sharkdp sharkdp closed this as completed Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants