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

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

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 manhole
2 _arguments -s -A "-*" \
3 '--help[Display this help and exit.]' \
4 '(--host)-h[host]:host:_hosts' \
5 '(-h)--host=[host]:host:_hosts' \
6 '(--password)-w[password]:password:_files' \
7 '(-w)--password=[password]:password:_files' \
8 '(--perspective)-P[PB Perspective to ask for (if different than username)]:persp ective:_files' \
9 '(-P)--perspective=[PB Perspective to ask for (if different than username)]:pers pective:_files' \
10 '(--port)-p[port]:port:_files' \
11 '(-p)--port=[port]:port:_files' \
12 '(--service)-s[PB Service]:service:_files' \
13 '(-s)--service=[PB Service]:service:_files' \
14 '(--toolkit)-t[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \
15 '(-t)--toolkit=[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \
16 '(--user)-u[username]:user:_files' \
17 '(-u)--user=[username]:user:_files' \
18 '--version[version]' \
19 && return 0
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_lore ('k') | third_party/twisted_8_1/twisted/python/zsh/_mktap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698