Fork me on GitHub
#tools-deps
<
2018-06-24
>
hagmonk04:06:17

I've updated https://github.com/hagmonk/find-deps, it now allows you to save matches even if the deps.edn file doesn't exist (handy for new projects). It also has a new -F:cli output format that prints the deps on a single line appropriate for clojure -Sdeps usage

👏 8
pesterhazy08:06:20

@hagmonk just tried it, it doesn't seem to work for me. After following the instructions, clj -A:find-deps -h gives me the normal "deps" help screen

pesterhazy09:06:12

is the sha in the readme up to date?

Alex Miller (Clojure team)13:06:29

Do you have the latest clj? That -h thing was a bug I fixed a while back

pesterhazy14:06:23

@alexmiller I have version = 1.9.0.381 from homebrew

Alex Miller (Clojure team)14:06:23

Maybe you’d see that if it’s missing the find-deps alias

pesterhazy15:06:44

@alexmiller that was it. I followed the readme but not correctly. PR to make the docs more explicit for busy readers: https://github.com/hagmonk/find-deps/pull/1

❤️ 4