We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07f304 commit 17fefe3Copy full SHA for 17fefe3
.goreleaser.yml
@@ -56,7 +56,7 @@ brews:
56
description: "GPTScript CLI"
57
install: |
58
bin.install "gptscript"
59
- generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
+ generate_completions_from_executable(bin/"gptscript", "completion")
60
homepage: "https://github.com/gptscript-ai/gptscript"
61
skip_upload: false
62
directory: "Formula"
0 commit comments