mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
## 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.