Skip to content

Commit f4e3109

Browse files
committed
feat(upctl): add fallback 3rd party completion loader
1 parent 031e317 commit f4e3109

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
/tightvncviewer
231231
/tracepath6
232232
/typeset
233+
/_upctl
233234
/vgcfgbackup
234235
/vgcfgrestore
235236
/vgchange

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ CLEANFILES = \
773773
tightvncviewer \
774774
tracepath6 \
775775
typeset \
776+
_upctl \
776777
vgcfgbackup \
777778
vgcfgrestore \
778779
vgchange \
@@ -870,7 +871,7 @@ symlinks: $(DATA)
870871
$(ss) gkrellm \
871872
gkrellm2
872873
$(ss) _golangci-lint \
873-
_hugo
874+
_hugo _upctl
874875
$(ss) gpgv \
875876
gpgv2
876877
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)