From 1641f1a3043e3a378b4dd08a0f07240dd1d56548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 11 Apr 2024 00:28:19 +0300 Subject: [PATCH] feat(gup): add 3rd party fallback completion loader (>= 0.25.0) Refs https://github.com/nao1215/gup/pull/138 --- completions/.gitignore | 1 + completions/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/completions/.gitignore b/completions/.gitignore index 0ebb3386bd6..60a65de22e8 100644 --- a/completions/.gitignore +++ b/completions/.gitignore @@ -116,6 +116,7 @@ /gpgv2 /gssdp-device-sniffer /gtar +/_gup /hciattach /hciconfig /hd diff --git a/completions/Makefile.am b/completions/Makefile.am index 7d15c9137b3..9fea9eef6a9 100644 --- a/completions/Makefile.am +++ b/completions/Makefile.am @@ -646,6 +646,7 @@ CLEANFILES = \ gpgv2 \ gssdp-device-sniffer \ gtar \ + _gup \ hciattach \ hciconfig \ hd \ @@ -1010,6 +1011,7 @@ symlinks: $(DATA) _go-licenses \ _gopherjs \ _goreleaser \ + _gup \ _helm \ _hugo \ _incus \