Fork me on GitHub
#cider
<
2023-11-09
>
Tommy Jolly21:11:13

Hi, I need to pass -A:dev:x to clj, so I've set cider-clojure-clj-aliases to ":dev:x", but cider-jack-in-clj doesn't seem to apply the flags, and I'm getting errors (caused by code that requires these flags). What might I be doing wrong?

1
vemv21:11:10

There's a typo in your OP, maybe you repeated it in emacs? https://docs.cider.mx/cider/basics/up_and_running.html#clojure-cli-options

1
Tommy Jolly21:11:34

well spotted, thank you!

🍻 1