Skip to content

Commit 173c909

Browse files
tetiana12345678fishcakez
authored andcommitted
Document how to show all the entries in IEx (#5486)
1 parent 02c48a8 commit 173c909

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/iex/lib/iex.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ defmodule IEx do
288288
when printing results of expression evaluation. Default to
289289
pretty formatting with a limit of 50 entries.
290290
291+
To show all entries, configure the limit to `:infinity`:
292+
293+
IEx.configure [inspect: [limit: :infinity]]
294+
291295
See `Inspect.Opts` for the full list of options.
292296
293297
## Width

0 commit comments

Comments
 (0)