Terminal output paging
See Also:
73 74 75 76
# File 'lib/vtk/command.rb', line 73 def pager(**options) require 'tty-pager' TTY::Pager.new(options) end