mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
this is why we can't have nice things
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
6.2.9:
|
||||
- Bug fix.
|
||||
6.2.8:
|
||||
- Bug fix.
|
||||
6.2.7:
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '6.2.8'
|
||||
__version__ = '6.2.9'
|
||||
|
||||
+1
-1
@@ -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')))
|
||||
|
||||
Reference in New Issue
Block a user