mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-30 17:50:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef strip
 | |
| 
 | |
| local expl
 | |
| 
 | |
| _description files expl executable
 | |
| _files "$expl[@]" -g '*(-*)'
 |