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

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 [email protected]

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]>
@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