mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			428 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			428 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef showmount
 | |
| 
 | |
| _arguments \
 | |
| 	'(-a --all)'{-a,--all}'[list both hostname and mounted dir in host:dir format]' \
 | |
| 	'(-d --directories)'{-d,--directories}'[list only the directories mounted by some client]' \
 | |
| 	'(-e --exports)'{-e,--exports}'[show server export list]' \
 | |
| 	'(-h --help)'{-h,--help}'[help]' \
 | |
| 	'(-v --version)'{-v,--version}'[version]' \
 | |
| 	'--no-headers[suppress descriptive headers from output]' \
 | |
| 	':host:_hosts'
 |