We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b113d commit 7350efdCopy full SHA for 7350efd
src/poetry/console/commands/add.py
@@ -23,7 +23,7 @@
23
24
class AddCommand(InstallerCommand, InitCommand):
25
name = "add"
26
- description = "Adds a new dependency to <comment>pyproject.toml</>."
+ description = "Adds a new dependency to <comment>pyproject.toml</> and installs it."
27
28
arguments: ClassVar[list[Argument]] = [
29
argument("name", "The packages to add.", multiple=True)
0 commit comments