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.