dotfiles/.config/zsh/completions/_forward-local-port

12 lines
300 B
Plaintext
Raw Normal View History

2022-04-18 20:19:48 +02:00
#compdef forward-local-port
_arguments '-h[short help text]' \
'--help[short help text]' \
'--local-port[local port to forward]:port:' \
'--remote-port[remote port to listen on]:port:' \
'1:host:_ssh_hosts'
# Local Variables:
# mode: shell-script
# End: