-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary Closes #4931. ## Test Plan Tried running the following commands locally to make sure that all cases work: ``` unset PAGER cargo run -- help venv ``` With no pager set, `uv` correctly finds `less` on the system as it did before and passes the help output to it. --- ``` PAGER= cargo run -- help venv ``` This correctly prints out to stdout and does not use any pager. --- ``` PAGER=most cargo run -- help venv ``` This correctly opens the `most` pager as shown below: <img width="1917" alt="Screenshot 2024-07-27 at 5 14 42 PM" src="https://github.com/user-attachments/assets/dfaa5a83-b47e-4f5c-9be1-b0b1e9818932"> --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
- Loading branch information
1 parent
6aa1e01
commit bc459c8
Showing
1 changed file
with
145 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters