Skip to content

Commit c242d24

Browse files
committed
chore: generate shell completions on brew install
Signed-off-by: Nick Hale <[email protected]>
1 parent 15ef823 commit c242d24

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
@@ -59,6 +59,7 @@ release:
5959
brews:
6060
- description: "GPTScript CLI"
6161
install: |
62+
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
6263
bin.install "gptscript"
6364
homepage: "https://github.com/gptscript-ai/gptscript"
6465
skip_upload: false

0 commit comments

Comments
 (0)