pub fn compose(run: &Run<'_>) -> StringExpand description
Renders the payload a run receives on stdin.
This is the whole of what the process is told. There is no second channel: a runner that takes a file gets this same text written to a path, and one that does not gets it on stdin.