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
209 B
Plaintext

#compdef paclog-pkglist
declare -a args
args=(
'(-)'{--help,-h}'[display help message and exit]'
'(-)'{--version,-V}'[display version information and exit]'
'::pacman log file:_files'
)
_arguments $args