Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2019-08-29 13:56:29 +0800
committerLevente Polyak <anthraxx@archlinux.org>2021-07-01 20:25:38 +0200
commit4602659068b528fd15428538c627a755d396d2ac (patch)
treee5473727bfba22632f46b722c3e82a126aded742
parent43d58212c5c391235399b5ef4e326e59d2e93675 (diff)
zsh-completion: complete makechrootpkg arguments after `*-build --`
-rw-r--r--zsh_completion.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_completion.in b/zsh_completion.in
index e59bc3a..7ff5a69 100644
--- a/zsh_completion.in
+++ b/zsh_completion.in
@@ -10,6 +10,7 @@ _archbuild_args=(
'-c[Recreate the chroot before building]'
'-r[Create chroots in this directory]:base_dir:_files -/'
'-h[Display usage]'
+ '--[Introduce makechrootpkg options]:*::makechrootpkg options:= _dispatch makechrootpkg makechrootpkg'
)
_archco_args=(