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.
2 parents 0bcc02d + df1366c commit a6b9d2eCopy full SHA for a6b9d2e
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