mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef members
 | |
| 
 | |
| _arguments \
 | |
|   '(-a --all)'{-a,--all}'[show all group members on one line]' \
 | |
|   '(-p --primary)'{-p,--primary}'[show only primary group members]' \
 | |
|   '(-s --secondary)'{-s,--secondary}'[show only secondary group members]' \
 | |
|   '(-t --two-lines)'{-t,--two-lines}'[show only primary/secondary across two lines]' \
 | |
|   '(-h --help)'{-h,--help}'[show help]' \
 | |
|   ':group:_groups'
 |