This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-27
Channels
- # adventofcode (1)
- # announcements (16)
- # babashka (16)
- # beginners (59)
- # calva (13)
- # clj-kondo (7)
- # clj-on-windows (3)
- # cljdoc (5)
- # clojure (85)
- # clojure-dev (5)
- # clojure-europe (4)
- # clojured (3)
- # clojurescript (87)
- # cursive (12)
- # emacs (4)
- # fulcro (15)
- # gratitude (1)
- # introduce-yourself (4)
- # malli (7)
- # off-topic (5)
- # polylith (6)
- # re-frame (15)
- # reagent (2)
- # shadow-cljs (5)
- # tools-deps (6)
- # web-security (2)
- # xtdb (5)
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.
@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?
@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
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.
the strange thing is this started out of nowhere, I was using it before normally
fixed by adding com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"} to my deps