feat: fix pty issues with hilbish

pull/5/head
TorchedSammy 2021-03-21 01:26:52 -04:00
parent 623b46fb8e
commit 1edc81f32b
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ func main() {
os.Exit(0)
default:
cmd := exec.Command(cmdArgs[0], cmdArgs[1:]...)
cmd.Stdin = os.Stdin
cmd.Stderr = os.Stderr
cmd.Stdout = os.Stdout