X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;fp=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=ae3040de6dc6694c2e710a650958e99e90802e5c;hp=0000000000000000000000000000000000000000;hb=378a83a4fd8f90042eb31bc8cb2e7df9cd7de7b9;hpb=93e0340d809d7ce4b9db53dc354345e122907be6 diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live new file mode 100644 index 0000000..ae3040d --- /dev/null +++ b/etc/zsh/completion.d/_grml-live @@ -0,0 +1,20 @@ +#compdef grml-live +# Filename: /etc/zsh/completion.d/_grml-live +# Purpose: completion for command grml-live for zsh (z shell) +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2. +# Latest change: Mon Sep 17 00:11:55 CEST 2007 [mika] +################################################################################ + +arguments=( + '-c:classe(s):(`cd /etc/grml/fai/config/package_config && ls`)' + '-F[force execution without prompting for yes/no]' + '-h[display usage information]' + '-suite:Debian suite:(stable testing unstable etch lenny sid)' + '-v[increase verbosity]' +) +_arguments -s $arguments + +## END OF FILE ################################################################# +# vim:foldmethod=marker