mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-09 18:12:07 +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? --> |
||
---|---|---|
.. | ||
policies | ||
troubleshooting | ||
benchmarks.md | ||
cli.md | ||
environment.md | ||
index.md | ||
installer.md | ||
resolver-internals.md | ||
settings.md |