mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
parent
50d5deb9fe
commit
a6c7744119
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ func (self *ErrInvalidSSHArgs) Error() string {
|
|||
}
|
||||
|
||||
func PassthroughArgs() map[string]bool {
|
||||
return map[string]bool{"-N": true, "-n": true, "-f": true, "-G": true, "-T": true}
|
||||
return map[string]bool{"-N": true, "-n": true, "-f": true, "-G": true, "-T": true, "-V": true}
|
||||
}
|
||||
|
||||
func ParseSSHArgs(args []string, extra_args ...string) (ssh_args []string, server_args []string, passthrough bool, found_extra_args []string, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue