Fork me on GitHub
#tools-deps
<
2020-04-05
>
didibus07:04:39

One thing I once in a while wish for is a way to have tools.deps list out all of the available aliases.

didibus07:04:12

Like it be nice if clj -A would list out the available alises instead of throwing an error. And same thing could happen for all other alias type, clj -R to list available resolve-deps alias, etc.

borkdude10:04:45

@didibus since it's EDN it's very easy to do this yourself?

Alex Miller (Clojure team)13:04:59

Let me think about the impl a little

vlaaad17:04:04

I'm pretty sure Cursive does that

cfleming22:04:38

Yeah, Cursive shows all aliases and also whether they’re system or project ones. It doesn’t distinguish between system and user at the moment since the only way to determine that currently with deps is counting the config files, which is a little gross.