Skip to content

Commit

Permalink
Remove duplicate skip-lock option
Browse files Browse the repository at this point in the history
  • Loading branch information
jxltom committed Dec 2, 2018
1 parent 613d99b commit 97657b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipenv/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -280,7 +279,6 @@ def install(
def uninstall(
ctx,
state,
skip_lock=False,
all_dev=False,
all=False,
**kwargs
Expand Down

0 comments on commit 97657b2

Please sign in to comment.