consume only --repl in its condition

This commit is contained in:
Bob 2024-05-25 18:14:59 -04:00
parent bad1628607
commit 7853d69474
No known key found for this signature in database

View file

@ -613,7 +613,7 @@ Use bb run --help to show this help output.
:uberjar (first options))))
("--repl")
(let [options (next options)]
(recur (next options)
(recur options
(assoc opts-map
:repl true)))
("--socket-repl")