pub const RunResult = struct
pub const RunResult = struct { term: Child.Term, stdout: []u8, stderr: []u8, }