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 9e6b650 commit 00299feCopy full SHA for 00299fe
bin/elixir.bat
@@ -110,12 +110,6 @@ for /f "usebackq" %%m in (`echo %par%^|findstr \--remsh`) do (
110
shift
111
goto:startloop
112
)
113
-rem ******* elixir file **********************
114
-for /f "usebackq" %%m in (`echo %par%^|findstr \.ex`) do (
115
- goto:run
116
-)
117
-REM Others should give a problem
118
-echo ERROR: Parameter %par% is not allowed before the .ex file
119
-exit /B -1
+rem ******* assume all pre-params are parsed ********************
120
:run
121
erl -env ERL_LIBS %ERL_LIBS%;"%originPath%\..\lib" -noshell %ELIXIR_ERL_OPTS% %parsErlang% -s elixir start_cli %beforeExtra% -extra %*
0 commit comments