Provide Terminal Input to `gexec.Session`

185 views Asked by At

I need to provide input to an exec.Command that is started by Gomega's gexec.Session.

The command I'm executing is currently complaining that "stty: stdin isn't a terminal". How can I provide input to the spawned process that looks like it comes from a terminal?

0

There are 0 answers