box icon indicating copy to clipboard operation
box copied to clipboard

box mac version report `the input device is not a TTY`

Open leslie-qiwa opened this issue 7 years ago • 1 comments

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]

leslie-qiwa avatar Jul 05 '18 17:07 leslie-qiwa

sigh, I still need to test this...

erikh avatar Sep 14 '18 16:09 erikh