5 zstyle ':completion::complete:aur:argument-rest:' sort false
8 local context state state_descr line
11 typeset -A default_cmds
14 source .
/command_opts.sh
19 '1: :(${(k)default_cmds})' \
20 '2: :(${(@s/ /)default_cmds[${words[2]}]})' \
25 if [[ ${default_cmds[${words[2]}]} != *${words[-2]}:* ]]; then
26 _arguments '*: :(${=default_cmds[${words[2]}]//:/})'