After I install tools with `bingo get` what is the intended way to run them? It would be nice if there was a command where given a tool name it would find the path to the installed tool and execute it. Example of what this might look like: ``` bingo run golangci-lint run ```