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
## Summary
Stacked on #149
`runx.Install` should return the path where binaries are installed.
In the future I think we can make this API a bit better by making it
typed. e.g.
```golang
runx.install(git.Repo{
Provider: git.GithubProvider,
User: "jetpack-io",
Name: "envsec",
})
```
## How was it tested?
runx --install jetpack-io/envsec
0 commit comments