astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
27.57k stars 793 forks source link

docs: reference `--no-progress` option in related environment variable #9357

Closed MatthijsKok closed 3 days ago

MatthijsKok commented 3 days ago

Summary

Aligns the description of UV_NO_PROGRESS with other env vars that also have a related flag.

--no-progress is a "global option" and exists in every command.

MatthijsKok commented 3 days ago

Thanks for the fix! zanieb <3

zanieb commented 3 days ago

Np! Thanks for contributing.

For future reference, we generate the reference documentation like that from the code so usually you want to change the code then run cargo dev generate-all