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 82316a0 commit f67973eCopy full SHA for f67973e
dev/client/main.go
@@ -73,6 +73,7 @@ func do(fl *pflag.FlagSet, tty bool) {
73
Command: fl.Arg(0),
74
Args: args,
75
TTY: tty,
76
+ Stdin: true,
77
})
78
if err != nil {
79
flog.Fatal("failed to start remote command: %v", err)
0 commit comments