Skip to content

Commit bd5759e

Browse files
committed
feat(qrpc): add fallback 3rd party completion loader
1 parent 7fcd4ae commit bd5759e

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
@@ -232,6 +232,7 @@
232232
/qemu-kvm
233233
/qemu-system-i386
234234
/qemu-system-x86_64
235+
/_qrpc
235236
/quotacheck
236237
/quotaoff
237238
/quotaon

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ CLEANFILES = \
785785
qemu-kvm \
786786
qemu-system-i386 \
787787
qemu-system-x86_64 \
788+
_qrpc \
788789
quotacheck \
789790
quotaoff \
790791
quotaon \
@@ -970,6 +971,7 @@ symlinks: $(DATA)
970971
_polygon-edge \
971972
_pulumi \
972973
_px \
974+
_qrpc \
973975
_sshi \
974976
_trivy \
975977
_upctl \

0 commit comments

Comments
 (0)