From: nobu@... Date: 2020-04-04T02:37:00+00:00 Subject: [ruby-core:97706] [Ruby master Feature#16754] Pager for `--help` Issue #16754 has been updated by nobu (Nobuyoshi Nakada). Yes, this uses `RUBY_PAGER` if it is defined, or `PAGER` if defined. The pager is used if stdin and stdout are tty both, redirecting stdin stops it. ``` ruby --help <&- ``` ``` ruby --help