about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dict
blob: 31b89ee1ca681cb16f0d14dbcbd1d895502801c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#compdef dict

_arguments \
	'(--host)-h[host]:dict server:_hosts' \
	'(-h)--host:dict server:_hosts' \
	'(--port)-p[port]:service:' \
	'(-p)--port:service:' \
	'(--database)-d[database]:db name:' \
	'(-d)--database:db name:' \
	'(--match)-m[match]' \
	'(-m)--match' \
	'(--strategy)-s[strategy]:strategy:' \
	'(-s)--strategy:strategy:' \
	'(--nocorrect)-C[nocorrect]' \
	'(-C)--nocorrect' \
	'(--config)-c[config]:config file:_files' \
	'(-c)--config:config file:_files' \
	'(--dbs)-D[list dbs]' \
	'(-D)--dbs' \
	'(--strats)-S[strats]' \
	'(-S)--strats' \
	'(--serverhelp)-H[server help]' \
	'(-H)--serverhelp' \
	'(--info)-i[db info]:db name:' \
	'(-i)--info:db name:' \
	'(--noauth)-a[disable authentication]' \
	'(-a)--noauth' \
	'(--user)-u[user]:user name:' \
	'(-u)--user:user name:' \
	'(--key)-k[key]:shared secret:' \
	'(-k)--key:shared secret:' \
	'(--version)-V[display version]' \
	'(-V)--version' \
	'(--license)-L[display license]' \
	'(-L)--license' \
	'--help' \
	'(--verbose)-v[be verbose]' \
	'(-v)--verbose' \
	'(--raw)-r[be very verbose]' \
	'(-r)--raw' \
	'(--pager)-P[pager]:program:_command_names -e' \
	'(-P)--pager:_command_names -e:' \
	'--html' \
	'--pipesize:buffer size:' \
	'--client:client text:' \
	'--debug:debug flag:(verbose raw scan parse pipe serial time)' \
	':word:_dict_words'