mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
492abf37de
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
243 B
243 B
elixir
Elixir programming language interpreter. More information: https://manned.org/elixir.
- Run an Elixir file:
elixir {{path/to/file}}
- Evaluate Elixir code by passing it as an argument:
elixir {{[-e|--eval]}} "{{code}}"