X Tutup
Skip to content

Commit 1be8bb9

Browse files
committed
Setup fish completion when installing with Homebrew
1 parent 526714c commit 1be8bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ brews:
6262
bin.install "bin/gh"
6363
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
6464
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
65+
(fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`
6566
test: |
6667
help_text = shell_output("#{bin}/gh --help")
6768
assert_includes help_text, "Usage:"

0 commit comments

Comments
 (0)
X Tutup