X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh-completion;fp=zsh-completion;h=a72f54499bbe8d3de5251b47512b3e1159f1506b;hb=854ae66b8bcf6287ed4cb3112423aa5dd73d7268;hp=0000000000000000000000000000000000000000;hpb=1754303c804e1b30189bbdd160e7cb5aa814a3a5;p=grml-debootstrap.git diff --git a/zsh-completion b/zsh-completion new file mode 100644 index 0000000..a72f544 --- /dev/null +++ b/zsh-completion @@ -0,0 +1,14 @@ +#compdef grml-debootstrap +# vim:ft=zsh + +_arguments -s \ + '(-h --help)'{-h,--help}'[this help text]:' \ + '(-v --version)'{-v,--version}'[display version information]:' \ + '(-m --mirror)'{-m,--mirror}'[specify mirror for apt{-get,itude}]:mirror' \ + '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files' \ + '(-r --release)'{-r,--release}'[specify the release name of the new system]:release' \ + '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \ + '--grub[installation device for grub]:grub syntax' \ + '--groot[root device for usage in grub]:grub syntax' \ + '--password[specify password for root user]' +