mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			464 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			464 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef getfacl getfacl.exe
 | |
| #Generated by Felix Rosencrantz
 | |
| 
 | |
| _arguments  \
 | |
|   '(--all -a)'{-a,--all}'[display the filename, owner, group, and ACL of the file]' \
 | |
|   '(--dir -d)'{-d,--dir}'[display the filename, owner, group, and default ACL of the directory]' \
 | |
|   '(--noname -n)'{-n,--noname}'[display user and group IDs instead of names]' \
 | |
|   '(- *)'{-h,--help}'[display help information]' \
 | |
|   '(- *)'{-v,--version}'[display version information]' \
 | |
|   '*: :_files'
 |