[][src]Function tauri_api::command::spawn_relative_command

pub fn spawn_relative_command(
    command: String,
    args: Vec<String>,
    stdout: Stdio
) -> Result<Child>