Skip to content

Commit 25700b6

Browse files
committed
feat(hostctl): add 3rd party fallback completion loader
https://guumaster.github.io/hostctl/docs/guides/auto_completion/#bash
1 parent 81c6273 commit 25700b6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
/hd
160160
/_helm
161161
/host
162+
/_hostctl
162163
/hping
163164
/hping3
164165
/_httpx

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ CLEANFILES = \
719719
hd \
720720
_helm \
721721
host \
722+
_hostctl \
722723
hping \
723724
hping3 \
724725
_httpx \
@@ -1126,6 +1127,7 @@ symlinks: $(DATA)
11261127
_goreleaser \
11271128
_gup \
11281129
_helm \
1130+
_hostctl \
11291131
_hugo \
11301132
_incus \
11311133
_ignite \

0 commit comments

Comments
 (0)