We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526714c commit 1be8bb9Copy full SHA for 1be8bb9
.goreleaser.yml
@@ -62,6 +62,7 @@ brews:
62
bin.install "bin/gh"
63
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
64
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
65
+ (fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`
66
test: |
67
help_text = shell_output("#{bin}/gh --help")
68
assert_includes help_text, "Usage:"
0 commit comments