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 ad3cf4e commit 5b2f44dCopy full SHA for 5b2f44d
bin/elixir
@@ -43,7 +43,7 @@ while [ $I -le $# ]; do
43
case "$PEEK" in
44
-v|--compile|--no-halt|+iex|+compile)
45
;;
46
- -e|-r|-pr|-pa|-pz|--remsh)
+ -e|-r|-pr|-pa|-pz|--remsh|--app)
47
S=2
48
49
--detached|--hidden)
bin/elixir.bat
@@ -106,6 +106,10 @@ for /f "usebackq" %%m in (`echo %par%^|findstr \-p[raz]`) do (
106
shift
107
goto:startloop
108
)
109
+for /f "usebackq" %%m in (`echo %par%^|findstr \--app`) do (
110
+ shift
111
+ goto:startloop
112
+)
113
for /f "usebackq" %%m in (`echo %par%^|findstr \--remsh`) do (
114
115
0 commit comments