Stdout returns the unprefixed stdout content for parsing (e.g., JSON).
()
| 158 | |
| 159 | // Stdout returns the unprefixed stdout content for parsing (e.g., JSON). |
| 160 | func (o *Output) Stdout() string { |
| 161 | return o.stdout.String() |
| 162 | } |
| 163 | |
| 164 | // Stderr returns the unprefixed stderr content. |
| 165 | func (o *Output) Stderr() string { |