Function hisho_core::template::render_process_with_argv
source · pub fn render_process_with_argv(
process: &Process,
args: Object,
argv: &Vec<String>
) -> Option<Process>Expand description
Try to expand [[argv]] in the process with the given argv vector.