You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
Currently, each tool is installed using go install command which will name the executable after the folder it is located in. For example, if main.go is in .../cli/main.go and is installed, the name of the binary will be cli. Therefore, there is a possibility for a clash if more than one tool is contained in a folder of the same name.
Solution
Allow for (optional) custom naming of each tool set in the tools.json