tauri_api::command

Function get_output

Source
pub fn get_output(
    cmd: String,
    args: Vec<String>,
    stdout: Stdio,
) -> Result<String>
Expand description

Gets the output of the given command.