Terminal output paging
See Also:
66 67 68 69
# File 'lib/ckancli/command.rb', line 66 def pager(**options) require 'tty-pager' TTY::Pager.new(options) end