about summary refs log tree commit diff
path: root/Completion/Unix/Command/_showmount
blob: 91309119830b9943f00b08901699ba16058041e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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'