diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2022-09-11 22:08:47 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-19 22:27:11 +0200 |
commit | 30616c4fdea37dda26c33d4f94052b99dba2401d (patch) | |
tree | 4ddfb16dcf3a59ecd3f2603ef75ca7939c9be8fb /contrib/completion | |
parent | 5eb09a9cc931ca506875276dcd7b794395ba77d0 (diff) | |
download | devtools-30616c4fdea37dda26c33d4f94052b99dba2401d.tar.xz |
archco: add option to clone all packages of a maintainer
Query Archweb to retrieve a list of all packages of a maintainer by
their pkgbase. AFterwards loop through all packages and clone them.
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'contrib/completion')
-rw-r--r-- | contrib/completion/zsh/_devtools.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/zsh/_devtools.in b/contrib/completion/zsh/_devtools.in index 1dc112f..d2fcfed 100644 --- a/contrib/completion/zsh/_devtools.in +++ b/contrib/completion/zsh/_devtools.in @@ -22,6 +22,7 @@ _archco_cmds=( ) _archco_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]' '(-h --help)'{-h,--help}'[Display usage]' '*:packages:_devtools_completions_all_packages' |