We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ef823 commit fc5c7fbCopy full SHA for fc5c7fb
.goreleaser.yml
@@ -60,6 +60,7 @@ brews:
60
- description: "GPTScript CLI"
61
install: |
62
bin.install "gptscript"
63
+ generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
64
homepage: "https://github.com/gptscript-ai/gptscript"
65
skip_upload: false
66
folder: "Formula"
0 commit comments