Skip to main content

build_bash_request

Function build_bash_request 

Source
pub fn build_bash_request(
    bash_op: &BashOperationTemplate,
    context: &Value,
    renderer: &dyn TemplateRenderer,
    global_limits: &GlobalBashLimits,
) -> Result<PreparedBashScript>
Expand description

Build a complete PreparedBashScript from a Bash operation template.