HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/msys64/usr/share/zsh/site-functions/_pacscripts
#compdef pacscripts

_pacscripts_packages() {
	_values package $(pacman -Slq)
}

declare -a args
args=(
	'(-)'{--help,-h}'[display help message and exit]'
	'(-)'{--version,-V}'[display version information and exit]'

	':package:{_alternative "packages:package:_pacscripts_packages" "files:pkgfile:_files"}'
)

_arguments $args