File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
src/main/resources/clojure/install Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ clj has both stable and prerelease versions. Current and former stable build are
77
88Prerelease versions: none
99
10+ * Next:
11+ * Undocument -Sdescribe
12+
1013** Current stable version:**
1114
1215* ** 1.12.1.1543 on Jun 3, 2025**
Original file line number Diff line number Diff line change @@ -104,10 +104,6 @@ Force recomputation of the classpath (don't use the cache)
104104.BI \- Sverbose
105105Print important path info to console
106106
107- .TP
108- .BI \- Sdescribe
109- Print environment and command parsing info as data
110-
111107.TP
112108.BI \- Sthreads\ N
113109Set specific number of download threads
Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ clj-opts:
215215 -Srepro Use only the local deps.edn (ignore other config files)
216216 -Sforce Force recomputation of the classpath (don't use the cache)
217217 -Sverbose Print important path info to console
218- -Sdescribe Print environment and command parsing info as data
219218 -Sthreads Set specific number of download threads
220219 -Strace Write a trace.edn file that traces deps expansion
221220 -- Stop parsing dep options and pass remaining arguments to clojure.main
Original file line number Diff line number Diff line change @@ -233,7 +233,6 @@ if "$help"; then
233233 -Srepro Ignore the ~/.clojure/deps.edn config file
234234 -Sforce Force recomputation of the classpath (don't use the cache)
235235 -Sverbose Print important path info to console
236- -Sdescribe Print environment and command parsing info as data
237236 -Sthreads Set specific number of download threads
238237 -Strace Write a trace.edn file that traces deps expansion
239238 -- Stop parsing dep options and pass remaining arguments to clojure.main
You can’t perform that action at this time.
0 commit comments