ShellOption is the type used to add new options to the shell.
func(s *Shell) error
| 31 | |
| 32 | // ShellOption is the type used to add new options to the shell. |
| 33 | type ShellOption func(s *Shell) error |
| 34 | |
| 35 | // WithAuthMethod adds a new ssh.AuthMethod to the shell. |
| 36 | func WithAuthMethod(am ssh.AuthMethod) ShellOption { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…