Skip to content

Commit 62ec71a

Browse files
committed
Fix argument count for --no-pry
1 parent cfb51e3 commit 62ec71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/elixir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ while [ $I -le $LENGTH ]; do
112112
C=1
113113
MODE="elixirc"
114114
;;
115-
-v|--no-halt)
115+
-v|--no-halt|--no-pry)
116116
C=1
117117
;;
118-
-e|-r|-pr|-pa|-pz|--app|--eval|--remsh|--dot-iex|--no-pry)
118+
-e|-r|-pr|-pa|-pz|--app|--eval|--remsh|--dot-iex)
119119
C=2
120120
;;
121121
--rpc-eval)

0 commit comments

Comments
 (0)