Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 23, 2024
1 parent 459f8f2 commit 7192caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/clojure.tools.tools.api.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
If :lib and :as are provided, the latest version of that lib will be installed
with that tool name, replacing any existing tool by that name.
If no args are provided, install the newest version of all tools.
Optionally :coord may be provided for information not inferrable from the
lib name, such as a custom git url.

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

Example:
Expand Down

0 comments on commit 7192caa

Please sign in to comment.