Skip to content

Commit c6df2c6

Browse files
committed
Update cli options
1 parent 1f1625a commit c6df2c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/elixir_script/cli.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ defmodule ElixirScript.CLI do
8080
core_path: Keyword.get(options, :core_path, "Elixir.Bootstrap"),
8181
full_build: Keyword.get(options, :full_build, false),
8282
output: Keyword.get(options, :output, :stdout)
83+
format: Keyword.get(options, :format, :es)
8384
}
8485

8586
case options[:elixir] do

0 commit comments

Comments
 (0)