mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef dict
 | |
| 
 | |
| _arguments \
 | |
|   '(--host -h)'{--host,-h}'[host]:dict server:_hosts' \
 | |
|   '(--port -p)'{--port,-p}'[port]:service:' \
 | |
|   '(--database -d)'{--database,-d}'[database]:db name:' \
 | |
|   '(--match -m)'{--match,-m}'[match]' \
 | |
|   '(--strategy -s)'{--strategy,-s}'[strategy]:strategy:' \
 | |
|   '(--nocorrect -C)'{--nocorrect,-C}'[nocorrect]' \
 | |
|   '(--config -c)'{--config,-c}'[config]:config file:_files' \
 | |
|   '(--dbs -D)'{--dbs,-D}'[list dbs]' \
 | |
|   '(--strats -S)'{--strats,-S}'[strats]' \
 | |
|   '(--serverhelp -H)'{--serverhelp,-H}'[server help]' \
 | |
|   '(--info -i)'{--info,-i}'[db info]:db name:' \
 | |
|   '(--noauth -a)'{--noauth,-a}'[disable authentication]' \
 | |
|   '(--user -u)'{--user,-u}'[user]:user name:' \
 | |
|   '(--key -k)'{--key,-k}'[key]:shared secret:' \
 | |
|   '(--version -V)'{--version,-V}'[display version]' \
 | |
|   '(--license -L)'{--license,-L}'[display license]' \
 | |
|   '--help' \
 | |
|   '(--verbose -v)'{--verbose,-v}'[be verbose]' \
 | |
|   '(--raw -r)'{--raw,-r}'[be very verbose]' \
 | |
|   '(--pager -P)'{--pager,-P}'[pager]:program:_command_names -e' \
 | |
|   '--html' \
 | |
|   '--pipesize:buffer size:' \
 | |
|   '--client:client text:' \
 | |
|   '--debug:debug flag:(verbose raw scan parse pipe serial time)' \
 | |
|   ':word:_dict_words'
 |