consume only --repl in its condition
This commit is contained in:
parent
bad1628607
commit
7853d69474
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ Use bb run --help to show this help output.
|
||||||
:uberjar (first options))))
|
:uberjar (first options))))
|
||||||
("--repl")
|
("--repl")
|
||||||
(let [options (next options)]
|
(let [options (next options)]
|
||||||
(recur (next options)
|
(recur options
|
||||||
(assoc opts-map
|
(assoc opts-map
|
||||||
:repl true)))
|
:repl true)))
|
||||||
("--socket-repl")
|
("--socket-repl")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue