Since I’ve updated to elixir 1.15 it looks like iex
does not support the --no-pry
argument anymore, although the docs claim it’s still supported. For example:
> iex --no-pry -S mix
No file named --no-pry
Should I create a github issue for this or am I doing something wrong?
Using:
Erlang/OTP 26 [erts-14.0.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.15.2 (compiled with Erlang/OTP 26)