Documentation
¶
Overview ¶
Package pager provides terminal pager functionality for long outputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithPagerWriter ¶
WithPagerWriter executes fn with pager support. If noPager is true or stdout is not a TTY, output goes directly to the provided writer. If the output fits within the terminal height, it's written directly without paging. Otherwise, output is displayed through moor pager.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.