From 4602659068b528fd15428538c627a755d396d2ac Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Thu, 29 Aug 2019 13:56:29 +0800 Subject: 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 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=( -- cgit v1.2.3-54-g00ecf