bat
bat copied to clipboard
FR: use paging for non-operational (eg --help) output
As on the tin. Maybe bat could feed the output into itself?
it's unfortunately not straightforward to do. See https://github.com/sharkdp/bat/issues/1587 for a prior discussion.
Well, for this issue specifically, clap is working on pager support https://github.com/clap-rs/clap/issues/4201