-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --no-pager
option to uv help
#4941
Comments
Hey @zanieb |
I'm confused by this issue, Could it be that I have some local config that messes things up? |
Nevermind, disregard my previous comment. I'm dumb and should search better. 🤦♀️ I also tested using an outdated version of |
## 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 ```
To avoid paging if that's your deal.
The text was updated successfully, but these errors were encountered: