snippetbashTip
iex — IEx is the interactive shell for Elixir. More information: <https://manned.org/iex>.
Viewed 0 times
theshellcommandiexcliinteractivefor
Problem
How to use the
iex command: IEx is the interactive shell for Elixir. More information: <https://manned.org/iex>.Solution
iex — IEx is the interactive shell for Elixir. More information: <https://manned.org/iex>.Start an interactive session:
iexStart a session that remembers history:
iex --erl "-kernel shell_history enabled"Start and load Mix project files:
iex -S mixCode Snippets
Start an interactive session
iexStart a session that remembers history
iex --erl "-kernel shell_history enabled"Start and load Mix project files
iex -S mixContext
tldr-pages: common/iex
Revisions (0)
No revisions yet.