File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ How to run common tasks for Clojure development.
158158| Run the project (clojure.main) | ` clojure -M -m domain.main-namespace ` | Built-in |
159159| Check library dependencies for newer versions | ` clojure -T:search/outdated ` | Practicalli |
160160| Download dependencies | ` clojure -P ` (followed by optional aliases) | Built-in |
161- | Generate image of project dependency graph | ` clojure -T:project/ graph- deps ` | Practicalli |
161+ | Generate image of project dependency graph | ` clojure -T:graph/ deps ` | Practicalli |
162162| Deploy library locally (~ /.m2/repository) | ` clojure -X:deps mvn-install :jar '"project.jar"' ` | Built-in |
163163| Find library names (Clojars & Maven Central) | ` clojure -M:search/libraries qualified-library-names ` | Practicalli |
164164| Find available versions of a library | ` clojure -X:deps find-versions :lib domain/library-name ` | Built-in |
You can’t perform that action at this time.
0 commit comments