uv/crates/uv-cli/src
Charlie Marsh 5d727cb0af
Deprecate the `--isolated` flag (#5466)
## Summary

This PR deprecates the `--isolated` flag. The treatment varies across
the APIs:

- For non-preview APIs, we warn but treat it as equivalent to
`--no-config`.
- For preview APIs, we warn and ignore it, with two exceptions...
- For `tool run` and `run` specifically, we don't even warn, because we
can't differentiate the command-specific `--isolated` from the global
`--isolated`.
2024-07-30 22:40:38 +00:00
..
compat.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
lib.rs Deprecate the `--isolated` flag (#5466) 2024-07-30 22:40:38 +00: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