mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() ## Summary Fixes #4941. This PR adds a `--no-pager` option in `help` command to explicitly disable the pager. I noted that the template used for the text printed when calling `help` with no argument or option doesn't show any option. It made sense before this PR since `help` didn't have any available option. Though I'm unsure if it makes sense to update the template as it would make it extremely verbose as all the global options would be shown too. I leave the decision to you. ## Test Plan I ran `cargo run -- help` to verify `--isolated` was visible and it. I ran clippy with `cargo clippy --workspace --all-targets --all-features --locked -- -D warnings` as CI does. I also ran tests locally with: ``` cargo nextest run \ --features python-patch \ --workspace \ --status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow ``` |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |