f59d00b479
## 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.