uv/crates/uv-cli/src
Shantanu 71d9c45393
Turn `--verify-hashes` on by default (#9170)
Fixes #9164

Using clap's `default_value_t` makes the `flag` function unhappy, so
just set the default when we unwrap. Tested with no flags,
`--verify-hashes`, `--no-verify-hashes` and setting in uv.toml

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2024-11-18 01:57:54 +00:00
..
comma Split after specifiers in `--with` requirements (#9089) 2024-11-13 16:20:41 +00:00
version chore: Move all integration tests to a single binary (#8093) 2024-10-11 16:41:35 +02:00
comma.rs Split after specifiers in `--with` requirements (#9089) 2024-11-13 16:20:41 +00:00
compat.rs Add support for `pip list --outdated` (#8872) 2024-11-07 02:32:30 +00:00
lib.rs Turn `--verify-hashes` on by default (#9170) 2024-11-18 01:57:54 +00:00
options.rs Respect `--index-url` in `uv pip list` (#8942) 2024-11-08 09:52:32 -05:00
version.rs chore: Move all integration tests to a single binary (#8093) 2024-10-11 16:41:35 +02:00