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