1
0
mirror of https://github.com/Gator96100/ProxSpace.git synced 2025-03-12 04:36:22 -07:00
2023-09-22 00:10:50 +02:00

12 lines
238 B
Plaintext

#compdef paclist
declare -a args
args=(
'(-)'{--help,-h}'[display help message and exit]'
'(-)'{--version,-V}'[display version information and exit]'
'*:repository:{_values repository $(pacman-conf --repo-list)}'
)
_arguments $args