Skip to content

Commit d127980

Browse files
fix: Autocompletions for Kiro CLI and other completion tools not showing (#113)
2 parents 5562216 + 69084b1 commit d127980

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ brews:
109109
homepage: "https://github.com/DylanDevelops/tmpo"
110110
description: "Minimal CLI time tracker for developers"
111111
license: "MIT"
112-
extra_install: |
113-
bash_completion.install "completions/tmpo.bash" => "tmpo"
114-
zsh_completion.install "completions/tmpo.zsh" => "_tmpo"
115-
fish_completion.install "completions/tmpo.fish"
112+
install: |
113+
bin.install "tmpo"
114+
generate_completions_from_executable(bin/"tmpo", "completion")

0 commit comments

Comments
 (0)