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?