all good!

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-07 17:08:04 -04:00
parent 3a4722070d
commit 7ba8574b83
+4
View File
@@ -118,6 +118,8 @@ def enhance(user=False):
crayons.green('Pipenv updated'),
crayons.yellow('{v.major}.{v.minor}.{v.patch}'.format(v=latest))
))
else:
click.echo(crayons.green('All good!'))
def cleanup_virtualenv(bare=True):
@@ -871,6 +873,8 @@ def cli(ctx, where=False, venv=False, rm=False, bare=False, three=False, python=
# Upgrade self to latest version.
enhance()
sys.exit()
if ctx.invoked_subcommand is None:
# --where was passed...
if where: