Support PAGER like git #11213
Labels
A-cli-help
Area: built-in command-line help
A-console-output
Area: Terminal output, colors, progress bar, etc.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
Frequently I run
cargo tree
or another command and everything zooms by and I have to then re-run with| less
. This becomes more annoying with #10558.Proposed Solution
What if
cargo tree
(and maybe all commands?) used a pager if there was more output than the screen size, like git does.Notes
Inspired by #11112
The text was updated successfully, but these errors were encountered: