pub fn dispatch_function_call(name: &str, args: &[String]) -> Option<i32>
Dispatch a shell-function call by name through the live executor (full doshfunc scope wrap). None when no executor / not a function.
None