sdkman / sdkman-cli

The SDKMAN! Command Line Interface
https://sdkman.io
Apache License 2.0
6.15k stars 631 forks source link

In __sdkman_echo_paged(), remove forced less(1) call #1315

Open jaalto opened 1 month ago

jaalto commented 1 month ago

Obey the standard variable PAGER. If set, use it. If unset, no paging is used. For example, if the user does not want to page the results, they can call in the standard shell:

PAGER=

Fixes #XXX