uv/crates/uv-cli
Silvano Cerza 426736f7ed
Add `--no-progress` global option to hide all progress animations (#5098)
## Summary

Fixes #5082.

Adds a new `Printer::NoProgress` that is identical to `Printer::Default`
but doesn't draw any progress bar.

## Test Plan

It seems to me that as of now it's not possible to use `insta-cmd` to
get any progress bar in the comparable output of command.

Best way to test this would be to run any command that usually shows
progress indicators like `uv pip install` with and without
`--no-progress` options.
2024-07-16 16:48:57 -05:00
..
src Add `--no-progress` global option to hide all progress animations (#5098) 2024-07-16 16:48:57 -05:00
Cargo.toml Allow constraints to be provided in `--upgrade-package` (#4952) 2024-07-09 20:09:13 -07:00
build.rs Add standalone CLI crate (#4456) 2024-06-24 06:16:22 -04:00