Skip to content

Commit 3c90aa6

Browse files
authored
Document USE_PAGER config (#1086)
* Document `USE_PAGER` config Enhances #783. * Fix
1 parent 9f1bfde commit 3c90aa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Configurations.md

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ You can see the hash by typing `IRB.conf`. Below are the primary entries:
156156
- `:USE_TRACER`: Whether to use the
157157
{IRB tracer}[rdoc-ref:IRB@Tracer];
158158
initial value: `false`.
159+
- `:USE_PAGER`: Controls whether pager is enabled.
160+
initial value: `true`.
159161
- `:VERBOSE`: Whether to print {verbose output}[rdoc-ref:IRB@Verbosity];
160162
initial value: `nil`.
161163
- `:__MAIN__`: The main IRB object;

0 commit comments

Comments
 (0)