From bab282578f2be98f2020cdacef925b2aeace282b Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Thu, 29 Aug 2019 13:56:29 +0800 Subject: [PATCH] zsh-completion: complete makechrootpkg arguments after `*-build --` --- zsh_completion.in | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh_completion.in b/zsh_completion.in index e59bc3a4..7ff5a69b 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=(