Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 39f7b31

Browse files
committed
Added completion for havener #2581
1 parent 739e8ae commit 39f7b31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -2552,6 +2552,11 @@ tools:
25522552
type: tarball
25532553
files:
25542554
- havener
2555+
post_install: |
2556+
echo "Install completion"
2557+
${binary} completion bash >"${target}/share/bash-completion/completions/${name}"
2558+
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
2559+
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
25552560
25562561
- name: hcloud
25572562
version: 1.30.2

0 commit comments

Comments
 (0)