We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1625a commit c6df2c6Copy full SHA for c6df2c6
1 file changed
lib/elixir_script/cli.ex
@@ -80,6 +80,7 @@ defmodule ElixirScript.CLI do
80
core_path: Keyword.get(options, :core_path, "Elixir.Bootstrap"),
81
full_build: Keyword.get(options, :full_build, false),
82
output: Keyword.get(options, :output, :stdout)
83
+ format: Keyword.get(options, :format, :es)
84
}
85
86
case options[:elixir] do
0 commit comments