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

## 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.

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Matthijs Kok 2024-11-22 15:51:53 +01:00 committed by GitHub
parent dae584d49b
commit 536d038f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -181,7 +181,8 @@ Ignore `.env` files when executing `uv run` commands.
### `UV_NO_PROGRESS`
Disables all progress output. For example, spinners and progress bars.
Equivalent to the `--no-progress` command-line argument. Disables all progress output. For
example, spinners and progress bars.
### `UV_NO_SYNC`