(output *commandline.CommandOutput)
| 117 | } |
| 118 | |
| 119 | func FormatCommandOutput(output *commandline.CommandOutput) string { |
| 120 | return fmt.Sprintf("---\nstdout:%v\n---\nstderr:%v\n---", output.Stdout, output.Stderr) |
| 121 | } |
no outgoing calls
no test coverage detected