Skip to content

Commit

Permalink
Add some missing items on help and man page
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 31, 2022
1 parent eb197f8 commit 9c515c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 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
* Add some missing items on help and man page

**Current stable version:**

Expand Down
12 changes: 7 additions & 5 deletions doc/clojure.1
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Deps data to use as the last deps file to be merged
.BI \-Spath
Compute classpath and echo to stdout only

.TP
.BI \-Stree
Print dependency tree

.TP
.BI \-Scp\ CP
Do NOT compute or cache classpath, use this one instead
Expand Down Expand Up @@ -184,10 +188,8 @@ Deps and CLI Guide
Deps and CLI Reference
.IP https://clojure.org/reference/repl_and_main
REPL and Main Entrypoints
.IP https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
Changelog for scripts
.IP https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md
Changelog for tools.deps library
.IP https://clojure.org/releases/tools
Release history and changelog

.SH BUGS

Expand All @@ -201,7 +203,7 @@ This man page was written by Elana Hashman <[email protected]>.

.SH COPYRIGHT

Copyright \(co 2018-2020 Rich Hickey, Alex Miller and contributors.
Copyright \(co 2018-2022 Rich Hickey, Alex Miller and contributors.

Distributed under the Eclipse Public License 1.0, the same as
Clojure.
7 changes: 5 additions & 2 deletions src/main/resources/clojure/install/clojure
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,13 @@ if "$help"; then
-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 9c515c0

Please sign in to comment.