????
Current Path : C:/opt/msys64/usr/share/zsh/site-functions/ |
Current File : C:/opt/msys64/usr/share/zsh/site-functions/_pacsearch |
#compdef pacsearch declare -a args args=( '(--nocolor -n)'{--nocolor,-n}'[do not colorize output]' '(-)'{--help,-h}'[display help message and exit]' '(-)'{--version,-V}'[display version information and exit]' ':pattern: ' ) _arguments $args