feat(glab): add GitLab CLI completions (#14113)

Closes #13054
This commit is contained in:
Alexei Mironov
2026-09-22 17:23:21 -07:00
committed by GitHub
parent 40bddc3c1a
commit 4ccc63333c
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# GitLab CLI plugin
This plugin adds completion for the [GitLab CLI](https://docs.gitlab.com/cli/).
To use it, add `glab` to the plugins array in your zshrc file:
```zsh
plugins=(... glab)
```
This plugin does not add any aliases.
## Cache
This plugin caches the completion script at `$ZSH_CACHE_DIR/completions/_glab`.
The cache is regenerated in the background whenever the plugin is loaded, which
usually happens when you start a new Zsh session.