Skip to content

Commit 1133581

Browse files
committed
Mention value types for individual options
1 parent d9a1084 commit 1133581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/iex/lib/iex/options.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ defmodule IEx.Options do
156156
This is an aggregate option that encapsulates all color settings used
157157
by the shell.
158158
159+
The value is a keyword list. List of supported keys:
160+
159161
* enabled -- boolean value that allows for switching the coloring
160162
on and off
161163
@@ -177,6 +179,8 @@ defmodule IEx.Options do
177179
used for printing results of expression evaluation. It is also used by
178180
IO.inspect.
179181
182+
The value is a keyword list.
183+
180184
See the doc for `Kernel.inspect/2` for the full list of options.
181185
182186
"""

0 commit comments

Comments
 (0)