| Revision 503, 217 bytes checked in by iwaim, 17 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #compdef vine-spec-skeleton |
| 2 | |
| 3 | typeset -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 |