We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc45e1 commit dd4dc1cCopy full SHA for dd4dc1c
1 file changed
internal/proto/telnet/telnet.go
@@ -23,7 +23,7 @@ func Execute(address string, password string, command string) (string, error) {
23
return console.Execute(command)
24
}
25
26
-// DialInteractive parses commands from input reader, executes them on remote
+// Interactive parses commands from input reader, executes them on remote
27
// server and writes responses to output writer. Password can be empty string.
28
// In this case password will be prompted in an interactive window.
29
func Interactive(r io.Reader, w io.Writer, address string, password string) error {
0 commit comments