mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+2
-2
@@ -1547,9 +1547,9 @@ def kr_easter_egg(package_name):
|
||||
|
||||
# Windows built-in terminal lacks proper emoji taste.
|
||||
if PIPENV_HIDE_EMOJIS:
|
||||
click.echo(u' P.S. You have excellent taste!')
|
||||
click.echo(u' PS: You have excellent taste!')
|
||||
else:
|
||||
click.echo(u' P.S. You have excellent taste! ✨ 🍰 ✨')
|
||||
click.echo(u' PS: You have excellent taste! ✨ 🍰 ✨')
|
||||
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])
|
||||
|
||||
Reference in New Issue
Block a user