source: projects/zsh-completion/_vbuilder @ 2296

Revision 2296, 677 bytes checked in by iwaim, 13 years ago (diff)

zsh-completion: Vine Linux 5.2 released

Line 
1#compdef vbuilder
2 
3typeset -A opt_args
4 
5_arguments \
6    "--version[set \[version\]]:keyword:(4.2 5.2 VineSeed)" \
7    "--arch[set \[arch\]]:keyword:(i386)" \
8    "--dist-upgrade[make VineSeed bootstrap via 5.2]" \
9    "--target[build rpms with \[target\]]" \
10    "--with-compat32[build rpms with compat32 on bootstrap]" \
11    "--clean[clean bootstrap of \[version\]]" \
12    "--build[build bootstrap of \[version\]]" \
13    "--build-rpm[build \[src.rpm\] on bootstrap]" \
14    "--install-rpm[install \[arch.rpm\|package\] on bootstrap]" \
15    "--remove-rpm[remove \[package\] on bootstarp]" \
16    "--unionfs[cover a bootstrap with unionfs]" \
17    '1:file:_files' \
18&& return 0
Note: See TracBrowser for help on using the repository browser.