Add etc/zsh/completion.d to dh_installdirs command
[grml-debootstrap.git] / zsh-completion
1 #compdef grml-debootstrap
2 # vim:ft=zsh
3
4 _arguments -s                                                                                   \
5   '(-h --help)'{-h,--help}'[this help text]:'                                                   \
6   '(-v --version)'{-v,--version}'[display version information]:'                                \
7   '(-m --mirror)'{-m,--mirror}'[specify mirror for apt{-get,itude}]:mirror'                     \
8   '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files'  \
9   '(-r --release)'{-r,--release}'[specify the release name of the new system]:release'          \
10   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
11   '--grub[installation device for grub]:grub syntax'                                            \
12   '--groot[root device for usage in grub]:grub syntax'                                          \
13   '--password[specify password for root user]'
14