Fork me on GitHub
#tools-deps
<
2021-12-27
>
pez09:12:47

Is there a way I can find all the command line options and all the config options for tools.deps? Specifically I am looking for some way to add repl-opts in an alias config, rather as command line arguments. My google fu does not suffice.

seancorfield18:12:32

@U0ETXRFEW Can you elaborate? What are you looking for that isn't in the docs? And do you mean t.d.a or the CLI?

practicalli-johnny17:12:26

@U0ETXRFEW There is a summary and example here (assuming I understand the question). I am not sure what you specifically mean by repl-opts, as far as I know that doesnt exist https://practical.li/blog/posts/clojure-cli-tools-understanding-aliases/ The full extent of arguments that can be passed also depends on what Clojure code you are calling

vinnyataide18:12:17

hello, I'm not sure this is the correct channel but I'm receving this message when I add tools.namespace to my deps version 1.2.0.

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See  for further details.

vinnyataide18:12:06

the strange thing is this started out of nowhere, I was using it before normally

vinnyataide19:12:31

fixed by adding com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"} to my deps