dotfiles/.config/zsh/completions/_sshproxy

10 lines
173 B
Plaintext
Raw Normal View History

2022-04-17 07:00:18 +02:00
#compdef sshproxy
_arguments '-h[short help text]' \
'--port[local port]:port:' \
2022-04-18 20:04:47 +02:00
'1:host:_ssh_hosts'
2022-04-17 07:00:18 +02:00
# Local Variables:
# mode: shell-script
# End: