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
Technically emojis are not ANSI so they can be part of plain text, but maybe it was wrong of me to assume they would be fine in a plain text output.
I would need to check, but implementation this looks difficult: the description is provided before any runtime information is given so you do not know if it's ANSI or not at that time (and usually you do not care as ANSI tags are removed by the formatter if not ansi. Maybe there could be a way by adding a specific tag which would be stripped down the same way
The Symfony Console Application has, by defaut a
--no-ansi
option that will allows to turn off colors on CLI output.BTW, BOX as icons in front of command description, and should be dropped when
--no-ansi
option is in effect.See current results
The text was updated successfully, but these errors were encountered: