source: projects/zsh-completion/_vine-spec-skeleton @ 503

Revision 503, 217 bytes checked in by iwaim, 14 years ago (diff)

new project: zsh-completion

RevLine 
[503]1#compdef vine-spec-skeleton
2 
3typeset -A opt_args
4 
5_arguments \
6    "(--config --type)--version" \
7    "(--version)--config=:file:_files" \
8    "(--version)--type:keyword:(elisp self-build perlmodule)" \
9&& return 0
Note: See TracBrowser for help on using the repository browser.