
elixir
List of commands for elixir:
-
elixir:tldr:0e393 elixir: Run an Elixir file.$ elixir ${filename}try on your machineexplain this command
-
elixir:tldr:89781 elixir: Evaluate Elixir code by passing it as an argument.$ elixir -e "${code}"try on your machineexplain this command