Skip to content

Commit 82f800e

Browse files
committed
elixir.bat defers to mix for handling help options
1 parent 18aeb78 commit 82f800e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/elixir.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
@echo off
2+
3+
rem Mix handles its own help options (as when called by mix.bat)
4+
if not "%1"=="%1:mix%" goto parseopts
5+
26
set argc=0
37
for %%A in (%*) do (
48
if "%%A"=="--help" goto documentation

0 commit comments

Comments
 (0)