exec

Function exec 

Source
pub fn exec(
    safety: &Arc<SafetyConfig>,
    timeout: Option<Duration>,
    args: &[Value],
    _ctx: &ExecutionContext,
) -> Result<Value>
Expand description

Execute a command and wait for completion.