%PDF- %PDF-
Direktori : /proc/self/root/proc/227033/root/opt/nginx_exporter/completions/ |
Current File : //proc/self/root/proc/227033/root/opt/nginx_exporter/completions/nginx-prometheus-exporter.zsh |
#compdef nginx-prometheus-exporter _nginx-prometheus-exporter() { local matches=($(${words[1]} --completion-bash "${(@)words[2,$CURRENT]}")) compadd -a matches if [[ $compstate[nmatches] -eq 0 && $words[$CURRENT] != -* ]]; then _files fi } if [[ "$(basename -- ${(%):-%x})" != "_nginx-prometheus-exporter" ]]; then compdef _nginx-prometheus-exporter nginx-prometheus-exporter fi