box
box copied to clipboard
box mac version report `the input device is not a TTY`
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 [email protected]
sigh, I still need to test this...