index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-09-12 02:24:25 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-19 22:27:12 +0200 |
commit | 95424a88eb11e06b7290fcabd6e3a6cf2b9cc9b3 (patch) | |
tree | 3fc623155d87ca6be0a60f0d8ae570e3ec39a5f8 /contrib | |
parent | 3d3176beb6eb0319809be386cd903fa03bdabc73 (diff) |
-rw-r--r-- | contrib/completion/zsh/_devtools.in | 1 |
diff --git a/contrib/completion/zsh/_devtools.in b/contrib/completion/zsh/_devtools.in index f6417df..06e05e1 100644 --- a/contrib/completion/zsh/_devtools.in +++ b/contrib/completion/zsh/_devtools.in @@ -24,6 +24,7 @@ _pkgrepo_cmds=( _pkgrepo_clone_args=( '(-m --maintainer=)'{-m,--maintainer=}'[Clone all packages of the named maintainer]:maintainer:' '(-u --unprivileged)'{-u,--unprivileged}'[Read-only access without packager info as Git author]' + '--universe[Clone all existing packages, useful for cache warming]' '(-h --help)'{-h,--help}'[Display usage]' '*:packages:_devtools_completions_all_packages' ) |