Skip to content

Commit 5f24eff

Browse files
committed
Makes terminal usage configurable for interactive processes
Allows toggling raw terminal mode to enable flexible CLI interaction
1 parent bb36080 commit 5f24eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/aws/processes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (p *Provider) ProcessExec(app, pid, command string, rw io.ReadWriter, opts
104104
InputStream: io.NopCloser(rw),
105105
OutputStream: rw,
106106
ErrorStream: rw,
107-
RawTerminal: true,
107+
RawTerminal: tty,
108108
Success: success,
109109
})
110110

0 commit comments

Comments
 (0)