Skip to content

Commit c298dcf

Browse files
committed
feat(glab): add 3rd party fallback completion loader
https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/completion
1 parent b62da8a commit c298dcf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
/_gitleaks
149149
/_gitsign
150150
/gkrellm2
151+
/_glab
151152
/_glen
152153
/_glow
153154
/gmake

completions/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ CLEANFILES = \
716716
_gitleaks \
717717
_gitsign \
718718
gkrellm2 \
719+
_glab \
719720
_glen \
720721
_glow \
721722
gmake \
@@ -1159,7 +1160,7 @@ symlinks: $(DATA)
11591160
$(ss) geoiplookup \
11601161
geoiplookup6
11611162
$(ss) _gh \
1162-
_infracost
1163+
_glab _infracost
11631164
$(ss) gkrellm \
11641165
gkrellm2
11651166
$(ss) _golangci-lint \

0 commit comments

Comments
 (0)