pub async fn exec(
command: impl Into<String>,
options: RunOptions,
) -> Result<CommandResult>Expand description
Execute a command with custom options
pub async fn exec(
command: impl Into<String>,
options: RunOptions,
) -> Result<CommandResult>Execute a command with custom options