-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Check if running environment supports colored output #80
Comments
Nice labeling to guide possible new contributors 👍 I'll start to put some effort on this the next days… |
for UnixoidEnvironemt::supportsColoredOutput()
You may want to have a look at https://github.com/sebastianbergmann/environment/blob/master/src/Console.php#L29 |
From
Is that for Windows OS? If so, it could be a possible implementation for |
Currently
UnixoidEnvironment::supportsColoredOuput()
always returnstrue
without really verifying that the current environment does actually support colors. This should be determined on runtime, maybe usingtput colors
.The text was updated successfully, but these errors were encountered: