mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef zsh
 | |
| 
 | |
| _arguments -S -s : \
 | |
|   '*-o+[set named option]:option:_options' \
 | |
|   '*+o+[unset named option]:option:_options' \
 | |
|   '(1 -)-c[run a command]:command:_cmdstring' \
 | |
|   '(-)1:script file:_files' \
 | |
|   '*:command arguments' --
 |