mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef lsattr
 | |
| 
 | |
| _arguments -s -S : \
 | |
|   '-a[show all files, including hidden ones]' \
 | |
|   '-d[list directory entries instead of contents]' \
 | |
|   '-l[use long option names]' \
 | |
|   "-p[show file's project number]" \
 | |
|   '-R[act recursively]' \
 | |
|   '-V[display version information]' \
 | |
|   "-v[show file's version/generation number]" \
 | |
|   '*: :_files'
 |