uv/docs/concepts
Noam Teyssier 43dbdba578
feature: shorthand for --with (-w) in uvx and uv tool run (#14530)
<!--
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? -->
2025-07-10 13:50:50 -05:00
..
projects Add nesting groups documentation for dependency groups (#14539) 2025-07-10 08:10:21 -05:00
authentication.md update Git and GitHub Actions docs to mention gh auth login (#13850) 2025-06-05 20:44:59 +00:00
build-backend.md Multiple modules in namespace packages (#14460) 2025-07-09 17:45:44 +00:00
cache.md Add src to default cache keys (#12062) 2025-03-17 17:56:10 -04:00
configuration-files.md Remove the configuration section in favor of concepts / reference (#13842) 2025-06-05 17:09:49 +00:00
index.md Remove the configuration section in favor of concepts / reference (#13842) 2025-06-05 17:09:49 +00:00
indexes.md Remove the configuration section in favor of concepts / reference (#13842) 2025-06-05 17:09:49 +00:00
python-versions.md Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
resolution.md Fix and improve docs (#13620) 2025-06-10 13:15:38 -05:00
tools.md feature: shorthand for --with (-w) in uvx and uv tool run (#14530) 2025-07-10 13:50:50 -05:00