%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Zsh/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Zsh/_options |
#autoload # This should be used to complete all option names. local expl _wanted zsh-options expl 'zsh option' \ compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -k - options