execute_command

Function execute_command 

Source
pub async fn execute_command(
    cmd: &str,
    args: &[&str],
    cwd: Option<&Path>,
) -> Result<Output>
Expand description

Execute a command and return the output