We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459f8f2 commit 7192caaCopy full SHA for 7192caa
1 file changed
docs/clojure.tools.tools.api.html
@@ -19,6 +19,8 @@
19
If :lib and :as are provided, the latest version of that lib will be installed
20
with that tool name, replacing any existing tool by that name.
21
If no args are provided, install the newest version of all tools.
22
+Optionally :coord may be provided for information not inferrable from the
23
+lib name, such as a custom git url.
24
25
The latest version is determined by listing the versions in semver order,
26
filtering out versions with special strings, and choosing the last one.
@@ -32,6 +34,7 @@
32
34
Options:
33
35
:tool tool-name - currently installed tool
36
:lib lib-name - mvn lib or git lib with inferrable url
37
+ :coord - coord map if needed (note: git coords may omit sha)
38
:as - tool name
39
40
Example:
0 commit comments