Skip to content

Commit 0da2b59

Browse files
committed
Mention IO.ANSI in the doc for :colors
1 parent 1133581 commit 0da2b59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/iex/lib/iex/options.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ defmodule IEx.Options do
153153
`IEx.Options.get` and `IEx.Options.set` to query and change the option's
154154
value.
155155
156-
This is an aggregate option that encapsulates all color settings used
157-
by the shell.
156+
This is an aggregate option that encapsulates all color settings used by the
157+
shell. See documentation for the `IO.ANSI` module for the list of supported
158+
colors and attributes.
158159
159160
The value is a keyword list. List of supported keys:
160161

0 commit comments

Comments
 (0)