File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#+TITLE: Changelog
22
33* Unreleased
4+ ** Changed
5+ - alias: `:search/libraries` use `-F:save` to save found libspec to project deps.edn
46
57* 2023-11-03
68** Changed
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Then the project can be run using `clojure -X:project/run` and arguments can opt
293293| -----------------------------------------------------| -----------------------------------------------------------|
294294| ` clojure -M:project/check ` | detailed report of compilation errors for a project |
295295| ` clojure -M:search/libraries library-name ` | fuzzy search Maven & Clojars |
296- | ` clojure -M:search/libraries -F:merge library-name ` | fuzzy search Maven & Clojars and save to project deps.edn |
296+ | ` clojure -M:search/libraries -F:save library-name ` | fuzzy search Maven & Clojars and save to project deps.edn |
297297| ` clojure -T:search/outdated ` | report newer versions for maven and git dependencies |
298298| ` clojure -M:search/outdated-mvn ` | check for newer dependencies (maven only) |
299299
Original file line number Diff line number Diff line change 273273 ; ; https://github.com/hagmonk/find-deps
274274 ; ; clojure -M:search/libraries http-kit # fuzzy search for dependency
275275 ; ; clojure -M:search/libraries http-kit ring compojure # multiple deps
276- ; ; clojure -M:search/libraries --format:merge http-kit # merge dep into deps.edn file
276+ ; ; clojure -M:search/libraries --format:save http-kit # save into deps.edn file
277277 :search/libraries
278278 {:extra-deps
279279 {find-deps/find-deps
You can’t perform that action at this time.
0 commit comments