-
Notifications
You must be signed in to change notification settings - Fork 85
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
How does --monochrome
work?
#367
Comments
It might be that pulp is invoking a subprocess but failing to pass on the message that it should not use coloured output. Can you share the command you used, and the output you got? |
I use |
Is the coloured output coming from the compiler itself? I think what might have happened here is that the |
Looks like I saw when colour was added to the compiler there was a suggestion to support |
If I specify
pulp --monochrome build
my output is still coloured. Am I doing something wrong?I'm on macOS with pulp version
12.3.1
.The text was updated successfully, but these errors were encountered: