Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-19 14:54:03 -04:00
parent 6e5d55b32a
commit 6aaa72ca1b
+1 -1
View File
@@ -1792,7 +1792,7 @@ def run(command, args, three=None, python=False):
pass
@click.command(help="Checks PEP 508 markers provided in Pipfile.")
@click.command(help="Checks for security vulnerabilities and against PEP 508 markers provided in Pipfile.")
@click.option('--three/--two', is_flag=True, default=None, help="Use Python 3/2 when creating virtualenv.")
@click.option('--python', default=False, nargs=1, help="Specify which version of Python virtualenv should use.")
def check(three=None, python=False):