Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Jun 23, 2024
1 parent 30f9a6b commit f3ae5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/2965.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify the purposes of `pdm outdated` and `--unconstrained` option.
2 changes: 1 addition & 1 deletion src/pdm/cli/completions/pdm.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _pdm() {
'list:List packages installed in the current working set'
'lock:Resolve and lock dependencies'
'self:Manage the PDM program itself (previously known as plugin)'
'outdated:Check for outdated packages and list the latest versions'
'outdated:Check for outdated packages and list the latest versions on indexes'
'publish:Build and publish the project to PyPI'
'python:Manage installed Python interpreters'
'py:Manage installed Python interpreters'
Expand Down

0 comments on commit f3ae5bc

Please sign in to comment.