mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Clarify `--project` flag help text to indicate project discovery Update the help text for `--project` from "Run the command within the given project directory" to "Discover a project in the given directory" to better reflect its actual behavior. The `--project` flag affects file discovery (pyproject.toml, uv.toml, etc.) but does not change the working directory. Users should use `--directory` for changing the working directory. Fixes #16718
uv-cli
This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.
This version (0.0.4) is a component of uv 0.9.14. The source can be found here.
See uv's crate versioning policy for details on versioning.