#Output from multiple commands
1 messages · Page 1 of 1 (latest)
As you can see from stdout:
The output stream of the last executed command.
In your Run function, try adding WithFocus(), before you start adding the WithExecs.
We're still working on improving the TUI and controlling what gets printed.
Another approach that I have seen is Kyles example where he collects the output and returns it at the end. https://github.com/kpenfound/greetings-api/blob/main/ci/main.go#L124