Module pager

Module pager 

Source
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ยง

PagedOutput
Output wrapper that optionally pages output through a pager.