mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef syspatch
 | |
| 
 | |
| _arguments \
 | |
|   '(   -l -R -r)-c[list available patches]' \
 | |
|   '(-c    -R -r)-l[list installed patches]' \
 | |
|   '(-c -l    -r)-R[revert all patches]' \
 | |
|   '(-c -l -R   )-r[revert the most recently installed patch]'
 |