summaryrefslogtreecommitdiff
path: root/bin/iex
diff options
context:
space:
mode:
Diffstat (limited to 'bin/iex')
-rwxr-xr-xbin/iex2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/iex b/bin/iex
index 9b734e212..b84e1b3dd 100755
--- a/bin/iex
+++ b/bin/iex
@@ -7,11 +7,11 @@ Usage: $(basename "$0") [options] [.exs file] [data]
The following options are exclusive to IEx:
+ --dbg pry Sets the backend for Kernel.dbg/2 to IEx.pry/0
--dot-iex "FILE" Evaluates FILE, line by line, to set up IEx' environment.
Defaults to evaluating .iex.exs or ~/.iex.exs, if any exists.
If FILE is empty, then no file will be loaded.
--remsh NAME Connects to a node using a remote shell.
- --no-pry Doesn't start pry sessions when dbg/2 is called.
It accepts all other options listed by "elixir --help".
USAGE