Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

box mac version report the input device is not a TTY#269

Open
leslie-qiwa wants to merge 1 commit intobox-builder:masterfrom
leslie-qiwa:fix-tty-mac
Open

box mac version report the input device is not a TTY#269
leslie-qiwa wants to merge 1 commit intobox-builder:masterfrom
leslie-qiwa:fix-tty-mac

Conversation

@leslie-qiwa
Copy link

Reproduce codes:

func main() {
    cmd := exec.CommandContext(context.Background(), "box", "-o", "tag", "-n", "-t", "test123", "./box.rb")

    out, err := cmd.CombinedOutput()
    fmt.Println(err)
    fmt.Println(string(out))
}

Signed-off-by: Leslie Qi Wang leslie.qiwa@gmail.com

Reproduce codes:
```
func main() {
    cmd := exec.CommandContext(context.Background(), "box", "-o", "tag", "-n", "-t", "test123", "./box.rb")

    out, err := cmd.CombinedOutput()
    fmt.Println(err)
    fmt.Println(string(out))
}
```

Signed-off-by: Leslie Qi Wang <leslie.qiwa@gmail.com>
@erikh
Copy link
Member

erikh commented Sep 14, 2018

sigh, I still need to test this...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants