%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Zsh/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Zsh/_run-help |
#compdef run-help local d expl local HELPDIR=${HELPDIR:-/usr/local/share/zsh/5.8/help} [[ -d $HELPDIR ]] && { d=($HELPDIR/*(:t)) (($#d)) && d+=('.' ':') && _wanted commands expl 'command' compadd -a d } || _man