Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Allow for custom naming of the executables #54

Open
pgt502 opened this issue Jan 16, 2019 · 1 comment
Open

Allow for custom naming of the executables #54

pgt502 opened this issue Jan 16, 2019 · 1 comment

Comments

@pgt502
Copy link

pgt502 commented Jan 16, 2019

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

@pgt502 pgt502 changed the title Allow for custom naming of the executables and additional params when installing Allow for custom naming of the executables Jan 16, 2019
@spenczar
Copy link
Contributor

This is a pretty reasonable idea, yes. It seems straightforward to implement, as well. I like it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants