This commit is contained in:
2018-07-03 17:56:35 -04:00
parent 16cf4559c1
commit e70ec51dc6
+2 -2
View File
@@ -29,7 +29,6 @@ from .utils import is_valid_url
click_completion.init()
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
class PipenvGroup(Group):
"""Custom Group class provides formatted main help"""
@@ -155,7 +154,8 @@ def cli(
pypi_mirror=None,
support=None,
):
if completion: # Handle this ASAP to make shell startup fast.
# Handle this ASAP to make shell startup fast.
if completion:
from . import shells
try: