idnits, iex, if: add Korean translation (#14651)

* idnits, iex, if: add Korean translation

* fix: fix untranlated code
This commit is contained in:
HoJeong Im
2024-11-07 08:51:34 +09:00
committed by GitHub
parent da84df7531
commit cf45a79e8d
3 changed files with 78 additions and 0 deletions

16
pages.ko/common/iex.md Normal file
View File

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