Skip to main content

dispatch_function_call

Function dispatch_function_call 

Source
pub fn dispatch_function_call(name: &str, args: &[String]) -> Option<i32>
Expand description

Dispatch a shell-function call by name through the live executor (full doshfunc scope wrap). None when no executor / not a function.