summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_compinit
blob: eed4dacb81546f5e64cb31032925320e908b2cf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef compinit

_arguments : \
  '(-i -u)-C[bypass security and dump-file checks]' \
  '-d+[automatically create dump file / specify dump-file path]::dump file:_files' \
  "-D[don't automatically create dump file]" \
  '(-C -u)-i[ignore insecure files]' \
  "(-C -i)-u[don't check for insecure files]" \
  "-w[explain why dump file isn't loaded]"