I'm writing a command line tool, and using `$ clj -m obazl args` to run it. My deps.edn file contains the path to the sources. Works great, except when it doesn't.
I copied the deps.edn to the root directory of a project and when I run it it produces no output. It just returns silently. I injected a bug in the source and it had no effect, so evidently its not even accessing the source. It works in a variety of other contexts (it analyzes some code). I can't see anything different in the directory where it stops working, but there must be something. I deleted .cpcache, no effect. Tried it in a fresh shell to make sure I had not wrecked the env vars; same result, works everywhere but that one directory. What should I be looking for? Related question: I would like to load deps.edn from a subdirectory, something like `$ clj -d bzl/deps.edn -m obazl args`. The CLI guide says cli takes "Config data - a deps.edn map passed on the command line" - but it does not say how to pass it on the command line. I've tried every way I can think of with no luck. Thanks, Gregg -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/CAO40Min1GEZoUuBpuK8QKJ2vNu372A8XdQthXAhpAAZv95nEfw%40mail.gmail.com.