zsh-completion: complete makechrootpkg arguments after `*-build --`

This commit is contained in:
Chih-Hsuan Yen 2019-08-29 13:56:29 +08:00 committed by Levente Polyak
parent 43d58212c5
commit 4602659068
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 0 deletions

View File

@ -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=(