-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Minor UI fixes for the new lock strategy arguments (#2329)
* fix: improve lock strategy group name and argument help text. * fix: improve PdmUsageError message when supplying invalid strategy flag. Before/after: $ pdm run pdm lock -S someflag [PdmUsageError]: Invalid strategy flag: someflag, supported: frozenset({'static_urls', 'cross_platform', 'direct_minimal_versions'}) $ pdm run pdm lock -S someflag [PdmUsageError]: Invalid strategy flag: someflag, supported: static_urls, direct_minimal_versions, cross_platform
- Loading branch information
1 parent
8799761
commit 2c104aa
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters