Commit 2b15ce10 by Nicco Kunzmann Committed by GitHub

Guide transition from --dev (#7647)

parent 9f6f462c
...@@ -30,7 +30,10 @@ class AddCommand(InstallerCommand, InitCommand): ...@@ -30,7 +30,10 @@ class AddCommand(InstallerCommand, InitCommand):
option( option(
"dev", "dev",
"D", "D",
"Add as a development dependency. (<warning>Deprecated</warning>)", (
"Add as a development dependency. (<warning>Deprecated</warning>) Use"
" --group=dev instead."
),
), ),
option("editable", "e", "Add vcs/path dependencies as editable."), option("editable", "e", "Add vcs/path dependencies as editable."),
option( option(
......
...@@ -24,6 +24,7 @@ class RemoveCommand(InstallerCommand): ...@@ -24,6 +24,7 @@ class RemoveCommand(InstallerCommand):
( (
"Remove a package from the development dependencies." "Remove a package from the development dependencies."
" (<warning>Deprecated</warning>)" " (<warning>Deprecated</warning>)"
" Use --group=dev instead."
), ),
), ),
option( option(
......
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