makeHeredoc

abstract fun makeHeredoc(content: String): String

Command building combinator to make heredocs normally. Usually to be registed into a Var or piped into other commands.

Parameters

content

string content that is possibly multiline.