Expand description
Pager support for nextest output.
This module provides functionality to page output through an external pager
(like less) or a builtin pager (streampager) when appropriate. Paging is
useful for commands that produce long output, such as nextest list.
Enumsยง
- Paged
Output - Output wrapper that optionally pages output through a pager.