1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/iex.md

17 lines
275 B
Markdown
Raw Normal View History

# iex
> IEx는 Elixir의 대화형 셸.
> 더 많은 정보: <https://hexdocs.pm/iex>.
- 대화형 세션을 시작:
`iex`
- 역사를 기억하는 세션을 시작:
`iex --erl "-kernel shell_history enabled"`
- Mix 프로젝트 파일 시작 및 로드:
`iex -S mix`