Skip to content

Commit

Permalink
readme: correct upgrade argument for :search/outdated
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Brunner <Brian.brunner.bb@gmail.com>
  • Loading branch information
Briaoeuidhtns authored Nov 10, 2024
1 parent 89bf7b2 commit fe12aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Tools to search through code and libraries
* `-M:search/errors` [clj-check](https://github.com/athos/clj-check.git) - search each namespace and report compilation warnings and errors
* `-M::search/unused-vars` [Carve](https://github.com/borkdude/carve) - search code for unused vars and remove them - optionally specifying paths `--opts '{:paths ["src" "test"]}'`
* `-M:search/libraries` - [find-deps](https://github.com/hagmonk/find-deps) - fuzzy search Maven & Clojars and add deps to deps.edn
* `-T:search/outdated` - [liquidz/antq](https://github.com/liquidz/antq) - check for newer versions of libraries, updating `deps.edn` if `:update true` passed as argument
* `-T:search/outdated` - [liquidz/antq](https://github.com/liquidz/antq) - check for newer versions of libraries, updating `deps.edn` if `:upgrade true` passed as argument


### Searching library options
Expand Down

0 comments on commit fe12aa4

Please sign in to comment.