Remove duplicate skip-lock option

This commit is contained in:
jxltom
2018-12-02 15:03:02 +08:00
parent 613d99b1a0
commit 97657b2797
-2
View File
@@ -261,7 +261,6 @@ def install(
short_help="Un-installs a provided package and removes it from Pipfile.",
context_settings=subcommand_context
)
@option("--skip-lock/--lock", is_flag=True, default=False, help="Lock afterwards.")
@option(
"--all-dev",
is_flag=True,
@@ -280,7 +279,6 @@ def install(
def uninstall(
ctx,
state,
skip_lock=False,
all_dev=False,
all=False,
**kwargs