execute_command

Function execute_command 

Source
pub async fn execute_command(
    command: &str,
    cwd: Option<&str>,
) -> Result<CommandResult>
Expand description

Execute a shell command asynchronously.