godo icon indicating copy to clipboard operation
godo copied to clipboard

Context.RunOutput and Context.BashOutput don't return 2 values

Open sytabaresa opened this issue 8 years ago • 0 comments

Hello, In the README you use two values of return for RunOutput method:

output, err := c.RunOutput("whoami")

and the same for c.BashOutput

but in the package only returns a string: https://godoc.org/github.com/go-godo/godo#Context.RunOutput

Which is wrong?

sytabaresa avatar Jan 16 '17 17:01 sytabaresa