uv/crates/uv-cache
Charlie Marsh 0ce039d1f9
Remove Option<bool> for --no-cache (#3129)
## Summary

This was unintended. We ended up reverting `Option<bool>` everywhere,
but I missed this once since it's in a separate file.

(If you use `Option<bool>`, Clap requires a value, like `--no-cache
true`.)

## Test Plan

`cargo run pip install flask --no-cache`
2024-04-18 22:56:46 +00:00
..
src Remove Option<bool> for --no-cache (#3129) 2024-04-18 22:56:46 +00:00
Cargo.toml Support freethreading python (#2805) 2024-04-12 09:39:47 +00:00