????
Current Path : C:/opt/msys64/usr/share/zsh/site-functions/ |
Current File : C:/opt/msys64/usr/share/zsh/site-functions/_paclog-pkglist |
#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