Skip to content

Commit 7192caa

Browse files
committed
update docs
1 parent 459f8f2 commit 7192caa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/clojure.tools.tools.api.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
If :lib and :as are provided, the latest version of that lib will be installed
2020
with that tool name, replacing any existing tool by that name.
2121
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.
2224

2325
The latest version is determined by listing the versions in semver order,
2426
filtering out versions with special strings, and choosing the last one.
@@ -32,6 +34,7 @@
3234
Options:
3335
:tool tool-name - currently installed tool
3436
:lib lib-name - mvn lib or git lib with inferrable url
37+
:coord - coord map if needed (note: git coords may omit sha)
3538
:as - tool name
3639

3740
Example:

0 commit comments

Comments
 (0)