uv/crates/uv-configuration
Charlie Marsh f59d00b479
Allow escaping spaces in --env-file handling (#15815)
## Summary

We allow space-delimiting for `--env-file`, but Clap doesn't support any
form of escaping, so as-is, there's no way to provide a `.env` file in a
directory that contains a space. We now do the splitting ourselves and
respect escapes.

Closes https://github.com/astral-sh/uv/issues/15806.
2025-09-12 18:11:51 -04:00
..
src Allow escaping spaces in --env-file handling (#15815) 2025-09-12 18:11:51 -04:00
Cargo.toml Remove the native system store from the keyring providers (#15612) 2025-09-02 13:16:52 -05:00