~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/twisted/python/zsh/_manhole

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)]:perspective:_files' \
 
9
'(-P)--perspective=[PB Perspective to ask for (if different than username)]:perspective:_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