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 ebdea20 commit 48418f0Copy full SHA for 48418f0
.goreleaser.yml
@@ -55,7 +55,7 @@ brews:
55
- description: "GPTScript CLI"
56
install: |
57
bin.install "gptscript"
58
- generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
+ generate_completions_from_executable(bin/"gptscript", "completion")
59
homepage: "https://github.com/gptscript-ai/gptscript"
60
skip_upload: false
61
folder: "Formula"
0 commit comments