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 0bcc02d commit df1366cCopy full SHA for df1366c
bin/elixir.bat
@@ -1,6 +1,5 @@
1
@echo off
2
-
3
-if "%*"=="" goto documentation
+if "%1"=="" goto documentation
4
if "%1"=="--help" goto documentation
5
if "%1"=="-h" goto documentation
6
if "%1"=="/h" goto documentation
0 commit comments