babashka

vemv 2025-09-01T14:29:24.542089Z

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

borkdude 2025-09-01T14:31:01.542949Z

@vemv

(shell "clj" "-M:whatever")

vemv 2025-09-01T14:34:45.482709Z

Thanks!

👍 1