Skip to content

Commit 4c24022

Browse files
authored
cli: improve add command help (#9230)
1 parent 63a9942 commit 4c24022

File tree

1 file changed

+1
-1
lines changed
  • src/poetry/console/commands

1 file changed

+1
-1
lines changed

src/poetry/console/commands/add.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class AddCommand(InstallerCommand, InitCommand):
2525
name = "add"
26-
description = "Adds a new dependency to <comment>pyproject.toml</>."
26+
description = "Adds a new dependency to <comment>pyproject.toml</> and installs it."
2727

2828
arguments: ClassVar[list[Argument]] = [
2929
argument("name", "The packages to add.", multiple=True)

0 commit comments

Comments
 (0)