dotfiles/.config/zsh/completions/_sshproxy
2022-04-17 07:00:18 +02:00

10 lines
175 B
Plaintext

#compdef sshproxy
_arguments '-h[short help text]' \
'--port[local port]:port:' \
'1:server:_ssh_hosts'
# Local Variables:
# mode: shell-script
# End: