v0.21.0
New command which
Now it is possible to call toolset which <TOOL_NAME>
in order to get an absolute path to binary that already installed. This is useful in case when we want to make a direct call to installed tool.
Changelog
- ec40a66 FIndTool returns a new struct
- 377f1fe Merge pull request #32 from kazhuravlev/ka/which
- 5306316 adapt to the new toolState
- ab8f5d2 add dummy tests
- 95297f4 add which command
- a17692d change toolstate internals
- 533df95 improve which
- f167918 rename variable and usage
- 2136d05 toolState adapter
- b3b4bab use adapter to adapt new toolState
- 1c4fc2c use new function to get lastUse
- c04cf37 useful function to get lastUse