欢迎!请参阅 关于页面 以了解更多信息。
根据 https://clojure.github.io/tools.tools/clojure.tools.tools.api.html#var-show,您可以按如下方式调用 tools show 命令:
示例:clj -Ttools show deps-graph
可能是我遗漏了什么,但看起来您需要密钥,例如
lucretius:~/work/living_clojure$ clj -Ttools show new Key is missing value: new lucretius:~/work/living_clojure$ clj -Ttools show :tool new {:lib io.github.seancorfield/deps-new, :coord {:git/tag "v0.4.13", :git/sha "879c4eb50df92fcd8c11423c2081e00998d7b613", :git/url "https://github.com/seancorfield/deps-new.git"}} Default namespace: org.corfield.new
在哪里看到 示例:clj -Ttools show deps-graph ?
我没有在文档链接中看到这一点。