Skip to main content

exec

Function exec 

Source
pub async fn exec(command: &str, opts: ExecOptions) -> Result<ExecOutput, Error>
Expand description

Execute a command through a shell. Returns when the command completes or times out.