uv/crates/uv-cli/src
Charlie Marsh 46a0ed7fa2
Use comma-separated values for `UV_FIND_LINKS` (#8061)
## Summary

These values can include spaces when passed on the command-line... Clap
doesn't give us a way to provide a value separator for _only_ an
environment variable (as is pip's behavior), so I think we're stuck
using comma-separated for here right now.

See, e.g., https://github.com/clap-rs/clap/discussions/3796.

Closes #8057.
2024-10-09 23:05:51 +00:00
..
compat.rs Add support for `--trusted-host` (#6591) 2024-08-27 09:36:50 -04:00
lib.rs Use comma-separated values for `UV_FIND_LINKS` (#8061) 2024-10-09 23:05:51 +00:00
options.rs Add `UV_FIND_LINKS` environment variable support for the `--find-links` command-line option (#7912) 2024-10-04 11:30:49 +00:00
version.rs Add standalone CLI crate (#4456) 2024-06-24 06:16:22 -04:00