12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
#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:
|