HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Completion/Unix/_showmount
#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'