mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-10 02:22:08 +00:00
![]() <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This is a small quality of life feature that adds a shorthand (`-w`) to the `--with` flag for minimizing keystrokes. Pretty minor, but I didn't see any conflicts with `-w` and thought this could be a nice place for it. ```bash # proposed addition (short) uvx -w numpy ipython # original (long) uvx --with numpy ipython ``` ## Test Plan Added testing already in the P.R. - just copied over tests from the `--with` flag <!-- How was it tested? --> |
||
---|---|---|
.. | ||
projects | ||
authentication.md | ||
build-backend.md | ||
cache.md | ||
configuration-files.md | ||
index.md | ||
indexes.md | ||
python-versions.md | ||
resolution.md | ||
tools.md |