appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

set cmd.Stdin to os.Stdin for TTY #27

Closed kewegner closed 5 years ago

kewegner commented 5 years ago

For each exec.Command cmd.Stdin must be set to os.Stdin for TTY to work.