I know i can had clj options to my dir locals so there run as part of cider-jack-in. But is there a way to specif them when you just run the cider-jack-in command? i want a more dynamic way to trigger them.
http://jr0cket.co.uk/2019/07/CIDER-jack-in-to-Clojure-CLI-projects-from-Spacemacs.html
@drewverlee SPU u
before the call to cider-jack-in will give a prompt with the full jack-in command. You can then add -A:test
after clojure
in that command
https://practicalli.github.io/blog/posts/cider-jack-in-to-clojure-cli-projects-from-spacemacs/
Thanks @jr0cket