~cbehrens/nova/lp844160-build-works-with-zones

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#compdef tapconvert
_arguments -s -A "-*" \
'(--decrypt)-d[The specified tap/aos/xml file is encrypted.]' \
'(-d)--decrypt[The specified tap/aos/xml file is encrypted.]' \
'(--encrypt)-e[Encrypt file before writing]' \
'(-e)--encrypt[Encrypt file before writing]' \
'--help[Display this help and exit.]' \
'(--in)-i[The filename of the tap to read from]:tap file to read from:_files' \
'(-i)--in=[The filename of the tap to read from]:tap file to read from:_files' \
'(--out)-o[A filename to write the tap to]:tap file to write to:_files' \
'(-o)--out=[A filename to write the tap to]:tap file to write to:_files' \
"(--typein)-f[The  format to use; this can be 'guess', 'python', 'pickle', 'xml', or 'source'.]:typein:(guess python pickle xml source)" \
"(-f)--typein=[The  format to use; this can be 'guess', 'python', 'pickle', 'xml', or 'source'.]:typein:(guess python pickle xml source)" \
"(--typeout)-t[The output format to use; this can be 'pickle', 'xml', or 'source'.]:typeout:(pickle xml source)" \
"(-t)--typeout=[The output format to use; this can be 'pickle', 'xml', or 'source'.]:typeout:(pickle xml source)" \
'--version[version]' \
&& return 0