mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef xargs
 | |
| 
 | |
| _arguments \
 | |
|   -{p,t,x} \
 | |
|   -{e-,E}':end-of-file string:' \
 | |
|   -{i-,I}':replacement string for lines:' \
 | |
|   -{l-,L}':number of input lines:' \
 | |
|   '-n:maximum number of arguments:' \
 | |
|   '-s:maximum command line length:' \
 | |
|   ':command: _command_names -e' \
 | |
|   '*::args:_normal'
 |