Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/poetry/console/commands/self/self_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ def handle(self) -> int:
#
# This method **should not** be overridden in child classes as it may have
# unexpected consequences.
self.line_error(
"<warning>`poetry self` commands are deprecated and will be removed in a"
" future release</>"
)

self.reset()

Expand Down