Compare commits

...

1 Commits

Author SHA1 Message Date
Pete Davison
0c7bf6b41c feat: update homebrew to use generate_completions_from_executable 2025-01-02 22:12:18 +00:00

View File

@@ -87,9 +87,7 @@ brews:
system "#{bin}/task", "--help"
install: |-
bin.install "task"
bash_completion.install "completion/bash/task.bash" => "task"
zsh_completion.install "completion/zsh/_task" => "_task"
fish_completion.install "completion/fish/task.fish"
generate_completions_from_executable(bin/"task", "--completion")
commit_author:
name: task-bot
email: 106601941+task-bot@users.noreply.github.com