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.