idnits, iex, if: add Korean translation (#14651)
* idnits, iex, if: add Korean translation * fix: fix untranlated code
This commit is contained in:
16
pages.ko/common/iex.md
Normal file
16
pages.ko/common/iex.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# iex
|
||||
|
||||
> IEx는 Elixir의 대화형 셸.
|
||||
> 더 많은 정보: <https://hexdocs.pm/iex>.
|
||||
|
||||
- 대화형 세션을 시작:
|
||||
|
||||
`iex`
|
||||
|
||||
- 역사를 기억하는 세션을 시작:
|
||||
|
||||
`iex --erl "-kernel shell_history enabled"`
|
||||
|
||||
- Mix 프로젝트 파일 시작 및 로드:
|
||||
|
||||
`iex -S mix`
|
Reference in New Issue
Block a user