Commit dc0324e5 by Sébastien Eustace

Remove the --develop option from install

parent e95a05c9
...@@ -26,13 +26,6 @@ class InstallCommand(EnvCommand): ...@@ -26,13 +26,6 @@ class InstallCommand(EnvCommand):
flag=False, flag=False,
multiple=True, multiple=True,
), ),
option(
"develop",
None,
"Install given packages in development mode.",
flag=False,
multiple=True,
),
] ]
help = """The <info>install</info> command reads the <comment>poetry.lock</> file from help = """The <info>install</info> command reads the <comment>poetry.lock</> file from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment