1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

feat: update homebrew to use generate_completions_from_executable

This commit is contained in:
Pete Davison 2025-01-02 22:12:18 +00:00
parent 240047152d
commit 0c7bf6b41c
No known key found for this signature in database

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