Skip to content

Commit

Permalink
Update help, see clojure/brew-install@9c515c0
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 3, 2022
1 parent a3236c7 commit 5071ff5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1182")))
"1.11.1.1189")))

(def deps-clj-version
(-> (io/resource "DEPS_CLJ_VERSION")
Expand Down Expand Up @@ -176,10 +176,13 @@ main-opt:
-h, -?, --help Print this help message and exit
Programs provided by :deps alias:
-X:deps mvn-install Install a maven jar to the local repository cache
-X:deps git-resolve-tags Resolve git coord tags to shas and update deps.edn
-X:deps list List full transitive deps set and licenses
-X:deps tree Print deps tree
-X:deps find-versions Find available versions of a library
-X:deps find-versions Find available versions of a library
-X:deps prep Prepare all unprepped libs in the dep tree
-X:deps mvn-install Install a maven jar to the local repository cache
-X:deps git-resolve-tags Resolve git coord tags to shas and update deps.edn
For more info, see:
https://clojure.org/guides/deps_and_cli
Expand Down

0 comments on commit 5071ff5

Please sign in to comment.