We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076c8dc commit 1330de1Copy full SHA for 1330de1
bin/iex.bat
@@ -1,2 +1,2 @@
1
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
2
-call "%~dp0\elixir.bat" +iex --erl "-user Elixir.IEx.CLI" --no-halt %*
+call "%~dp0\elixir.bat" +iex --erl "-user Elixir.IEx.CLI" --no-halt %ELIXIR_IEX_FLAGS% %*
0 commit comments