Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proto definitions for exec output options
When running an exec, we block the process if its stdout or stderr has not been consumed. This can be surprising behavior because if a user blindly execs, their process could hang without them knowing. This commit adds proto definitions enabling subprocess-like selection of output style.
- Loading branch information