Document yanked packages caveat during sync (#6219)

Closes https://github.com/astral-sh/uv/issues/5928
This commit is contained in:
Zanie Blue 2024-08-19 12:52:52 -05:00 committed by GitHub
parent c410d0d0db
commit df2ebf74d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -609,6 +609,9 @@ pub enum ProjectCommand {
///
/// uv will search for a project in the current directory or any parent
/// directory. If a project cannot be found, uv will exit with an error.
///
/// Note that, when installing from a lockfile, uv will not provide warnings for yanked package
/// versions.
#[command(
after_help = "Use `uv help sync` for more details.",
after_long_help = ""