makePipedHeredoc
Command building combinator to make heredocs and then have a command to pipe the heredoc into. Usually to be registed into a Var
or piped into other commands.
Parameters
content
string content that is possibly multiline.
pipeToCmd
string command that will have the heredoc piped into.