Skip to content

Commit

Permalink
update list of :deps programs in help
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed May 1, 2024
1 parent 2c38b8a commit 4cbdf75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Changelog

clj has both stable and prerelease versions. Current and former stable build are listed in **bold** and are (or were) available from the default [brew formula](https://github.com/clojure/brew-install/). Other versions can be obtained using versioned formulas only.

Prerelease versions: none
Prerelease versions:

* next
* Update list of :deps programs in help

**Current stable version:**

Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/clojure/install/ClojureTools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,14 @@ main-opt:
-h, -?, --help Print this help message and exit
Programs provided by :deps alias:
-X:deps aliases List available aliases and their source
-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 prep Prepare all unprepped libs in the dep tree
-X:deps mvn-pom Generate (or update) pom.xml with deps and paths
-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 find-versions Find available versions of a library
-X:deps prep Prepare all unprepped libs in the dep tree
For more info, see:
https://clojure.org/guides/deps_and_cli
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/clojure/install/clojure
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ if "$help"; then
-h, -?, --help Print this help message and exit
Programs provided by :deps alias:
-X:deps aliases List available aliases and their source
-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
Expand Down

0 comments on commit 4cbdf75

Please sign in to comment.