Skip to content

Commit be0e983

Browse files
author
José Valim
committed
Document --werl for autocomplete on windows, closes #4103
1 parent 6e528cd commit be0e983

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
@@ -22,6 +22,10 @@ defmodule IEx do
2222
2323
Enum.
2424
25+
Such function may not be available on some Windows shells. You may need
26+
to pass the `--werl` flag when starting iex, as in `iex --werl` for it
27+
to work.
28+
2529
## The Break command
2630
2731
Inside IEx, hitting `Ctrl+C` will open up the `BREAK` menu. In this

0 commit comments

Comments
 (0)