Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: third_party/twisted_8_1/twisted/python/zsh/_tapconvert

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #compdef tapconvert
2 _arguments -s -A "-*" \
3 '(--decrypt)-d[The specified tap/aos/xml file is encrypted.]' \
4 '(-d)--decrypt[The specified tap/aos/xml file is encrypted.]' \
5 '(--encrypt)-e[Encrypt file before writing]' \
6 '(-e)--encrypt[Encrypt file before writing]' \
7 '--help[Display this help and exit.]' \
8 '(--in)-i[The filename of the tap to read from]:tap file to read from:_files' \
9 '(-i)--in=[The filename of the tap to read from]:tap file to read from:_files' \
10 '(--out)-o[A filename to write the tap to]:tap file to write to:_files' \
11 '(-o)--out=[A filename to write the tap to]:tap file to write to:_files' \
12 "(--typein)-f[The format to use; this can be 'guess', 'python', 'pickle', 'xml' , or 'source'.]:typein:(guess python pickle xml source)" \
13 "(-f)--typein=[The format to use; this can be 'guess', 'python', 'pickle', 'xml ', or 'source'.]:typein:(guess python pickle xml source)" \
14 "(--typeout)-t[The output format to use; this can be 'pickle', 'xml', or 'source '.]:typeout:(pickle xml source)" \
15 "(-t)--typeout=[The output format to use; this can be 'pickle', 'xml', or 'sourc e'.]:typeout:(pickle xml source)" \
16 '--version[version]' \
17 && return 0
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_tap2rpm ('k') | third_party/twisted_8_1/twisted/python/zsh/_tkconch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698