Skip to content

Commit f67973e

Browse files
committed
Fix development helper, enable stdin
1 parent 82316a0 commit f67973e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/client/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func do(fl *pflag.FlagSet, tty bool) {
7373
Command: fl.Arg(0),
7474
Args: args,
7575
TTY: tty,
76+
Stdin: true,
7677
})
7778
if err != nil {
7879
flog.Fatal("failed to start remote command: %v", err)

0 commit comments

Comments
 (0)