uv/crates/uv-cli/src
Charlie Marsh ff3bcbb639
Reframe use of --isolated in tool run (#5470)
## Summary

This PR gets rid of the global `--isolated` flag (which serves a bunch
of independent responsibilities right now) on `uv tool run` in favor of
a dedicated `--isolated` flag, which tells uv to avoid re-using an
existing tool environment for this invocation. We'll add the same thing
to `uv run`, to avoid using the base project environment.

This will become a bit clearer in #5466, when we deprecate the
`--isolated` flag on the preview APIs.
2024-07-30 15:09:53 -04:00
..
compat.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
lib.rs Reframe use of --isolated in tool run (#5470) 2024-07-30 15:09:53 -04:00
options.rs Remove some unused methods (#5512) 2024-07-28 17:20:12 +00:00
version.rs Add standalone CLI crate (#4456) 2024-06-24 06:16:22 -04:00