to latest

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-09 10:50:34 -04:00
parent d55a65a7b6
commit 59ae6e82a9
+1 -1
View File
@@ -881,7 +881,7 @@ def easter_egg(package_name):
@click.group(invoke_without_command=True)
@click.option('--update', is_flag=True, default=False, help="Upate pipenv & pip.")
@click.option('--update', is_flag=True, default=False, help="Upate Pipenv & pip to latest.")
@click.option('--where', is_flag=True, default=False, help="Output project home information.")
@click.option('--venv', is_flag=True, default=False, help="Output virtualenv information.")
@click.option('--rm', is_flag=True, default=False, help="Remove the virtualenv.")