We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a1084 commit 1133581Copy full SHA for 1133581
lib/iex/lib/iex/options.ex
@@ -156,6 +156,8 @@ defmodule IEx.Options do
156
This is an aggregate option that encapsulates all color settings used
157
by the shell.
158
159
+ The value is a keyword list. List of supported keys:
160
+
161
* enabled -- boolean value that allows for switching the coloring
162
on and off
163
@@ -177,6 +179,8 @@ defmodule IEx.Options do
177
179
used for printing results of expression evaluation. It is also used by
178
180
IO.inspect.
181
182
+ The value is a keyword list.
183
184
See the doc for `Kernel.inspect/2` for the full list of options.
185
186
"""
0 commit comments