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.
2 parents 5562216 + 69084b1 commit d127980Copy full SHA for d127980
1 file changed
.goreleaser.yml
@@ -109,7 +109,6 @@ brews:
109
homepage: "https://github.com/DylanDevelops/tmpo"
110
description: "Minimal CLI time tracker for developers"
111
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"
+ install: |
+ bin.install "tmpo"
+ generate_completions_from_executable(bin/"tmpo", "completion")
0 commit comments