Open
Description
Currently the exit code for a command is output inline with the output for that command. However this can make it hard to tell which command failed especially if the failing command finishes early and its output is buried by the other commands that didn't fail. It would be helpful if the all the exit codes were output only once all commands have exited.