Commit 7bdfbc72 by Arun Babu Neelicattu

cmd/install: mark --remove-untracked as deprecated

parent 720c3589
...@@ -63,7 +63,8 @@ class InstallCommand(InstallerCommand): ...@@ -63,7 +63,8 @@ class InstallCommand(InstallerCommand):
option( option(
"remove-untracked", "remove-untracked",
None, None,
"Removes packages not present in the lock file.", "Removes packages not present in the lock file."
" (<warning>Deprecated</warning>)",
), ),
option( option(
"extras", "extras",
......
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