ACC SHELL

Path : /proc/self/root/usr/share/zsh/4.3.10/functions/
File Upload :
Current File : //proc/self/root/usr/share/zsh/4.3.10/functions/_call_program

#autoload +X

local tmp

if zstyle -s ":completion:${curcontext}:${1}" command tmp; then
  if [[ "$tmp" = -* ]]; then
    eval "$tmp[2,-1]" "$argv[2,-1]"
  else
    eval "$tmp"
  fi
else
  eval "$argv[2,-1]"
fi

ACC SHELL 2018