this is why we can't have nice things

This commit is contained in:
2017-09-12 22:35:15 -04:00
parent 9fac1e7978
commit f79a71e251
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
6.2.9:
- Bug fix.
6.2.8:
- Bug fix.
6.2.7:
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '6.2.8'
__version__ = '6.2.9'
+1 -1
View File
@@ -877,7 +877,7 @@ def format_help(help):
"""Formats the help string."""
help = help.replace('Options:', str(crayons.white('Options:', bold=True)))
help = help.replace('Usage: pipenv', str('Usage: {0}'.format(crayons.white('☤ pipenv', bold=True))))
help = help.replace('Usage: pipenv', str('Usage: {0}'.format(crayons.white('pipenv', bold=True))))
help = help.replace(' graph', str(crayons.green(' graph')))
help = help.replace(' check', str(crayons.green(' check')))