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