fix: completion for fish-shell
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
This commit is contained in:
parent
0c0804c6a4
commit
1f4c1ed9f9
@ -85,7 +85,7 @@ brews:
|
||||
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
|
||||
(zsh_completion/"_golangci-lint").write output
|
||||
output = Utils.popen_read("#{bin}/golangci-lint completion fish")
|
||||
(fish_completion/"eksctl.fish").write output
|
||||
(fish_completion/"golangci-lint.fish").write output
|
||||
prefix.install_metafiles
|
||||
test: |
|
||||
system "#{bin}/golangci-lint --version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user