You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it might be useful to get output from the build command. Colour makes it difficult to parse. Most well-behaved tools (like grep on certain systems) will only colour by default if the output stream is a terminal (see isatty(3) on your favourite Unix).
The text was updated successfully, but these errors were encountered:
Sometimes it might be useful to get output from the build command. Colour makes it difficult to parse. Most well-behaved tools (like
grep
on certain systems) will only colour by default if the output stream is a terminal (seeisatty(3)
on your favourite Unix).The text was updated successfully, but these errors were encountered: