mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 03:55:26 +02:00
275 B
275 B
iex
IEx는 Elixir의 대화형 셸. 더 많은 정보: https://manned.org/iex.
- 대화형 세션을 시작:
iex
- 역사를 기억하는 세션을 시작:
iex --erl "-kernel shell_history enabled"
- Mix 프로젝트 파일 시작 및 로드:
iex -S mix