File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 If :lib and :as are provided, the latest version of that lib will be installed
9797 with that tool name, replacing any existing tool by that name.
9898 If no args are provided, install the newest version of all tools.
99- Optionally :coord may be provided to accommodate privately hosted repositories
100- or other unresolvable urls .
99+ Optionally :coord may be provided for information not inferrable from the
100+ lib name, such as a custom git url .
101101
102102 The latest version is determined by listing the versions in semver order,
103103 filtering out versions with special strings, and choosing the last one.
111111 Options:
112112 :tool tool-name - currently installed tool
113113 :lib lib-name - mvn lib or git lib with inferrable url
114- :coord - map ( git coords may omit sha)
114+ :coord - coord map if needed (note: git coords may omit sha)
115115 :as - tool name
116116
117117 Example:
You can’t perform that action at this time.
0 commit comments