-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Emoticon support for console component #12859
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
Comments
@BardiaAfshin in the Console component there is nothing to support emoticons explicitly ... but there isn't either anything to prevent showing them. In fact, in the #10356 issue you can see an example of a "weird" progress bar created with the Symfony Console component to show all its features and it uses an emoticon. |
Have you seen a Nyan Cat progress bar? |
Yea, is that possible right now? It's so unnecessary, but that would make me so happy 😸 |
I made a helper class, you can use it if you want. on OSX: |
Closing as it is possible already and because "Simplifying" this with nice constants (like demonstrated by @connorhu) is out of the scope of Symfony. |
or in symfony: use EmoticonHelper\Emoticons; |
Is there any support for emoticons in Symfony console component?
The text was updated successfully, but these errors were encountered: