tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.53k stars 87 forks source link

Solved emoji copy issue, causing installation issue #352

Closed zpratikpathak closed 2 months ago

zpratikpathak commented 8 months ago

What is the problem that this PR addresses?

While coping the installation pip command it also copied the emoji and special character which causing installation issue while pasting the cmd

...

How did you solve it?

by moving out emoji from the code segment

...

Checklist

kiancross commented 2 months ago

Thanks for the PR!