We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f50aee commit df5c432Copy full SHA for df5c432
1 file changed
README.md
@@ -16,9 +16,9 @@ Add tools.deps.graph as an alias in your ~/.clojure/deps.edn so it's available i
16
```clojure
17
{...
18
:aliases
19
- {:graph {:deps {org.clojure/tools.deps.graph {:mvn/version "1.0.56"}}
+ {:graph {:replace-deps {org.clojure/tools.deps.graph {:mvn/version "1.0.56"}}
20
:main-opts ["-m" "clojure.tools.deps.graph"] ;; deprecated
21
- :default-ns clojure.tools.deps.graph}}}
+ :ns-default clojure.tools.deps.graph}}}
22
```
23
24
tools.deps.graph supports both older clojure.main invocation (deprecated) and newer exec function invocation (clj -X).
0 commit comments