summaryrefslogtreecommitdiff
path: root/cmd/install/fish.go
AgeCommit message (Collapse)Author
2019-11-18V2Eyal Posener
2019-06-28Add IsInstalled API to installer interfaceAnis Elleuch
`IsInstalled(cmd, bin string) bool` will help tools using this library to show a prompt to users asking if they would like to have completion enabled.
2019-02-07Fix fish shell completionGeorge Christou
2018-09-10fix lint issuesEyal Posener
2018-08-29refactor(log,cmd/install/fish): Small refactors to pass gometalinter.v2Adam S Levy
2018-01-08Add support for fishYuki Ito