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
{{ message }}
This repository was archived by the owner on Dec 26, 2021. It is now read-only.
symfony::console have a method to detect if color are supported (Symfony\Component\Console\Output\StreamOutput::hasColorSupport) and also sebastian/environment.
I think it will be nice to use this method to check if output colors is possible, without having to use the --no-ansi option.