I'm not versed at all in bb.edn files. How can I get :tasks {repl (clojure "-M:dev") to call clj instead? For the rlwrap support
:tasks {repl (clojure "-M:dev")
clj
@vemv
(shell "clj" "-M:whatever")
Thanks!