pub fn clearFailedCommand(s: *Step, gpa: Allocator) void
pub fn clearFailedCommand(s: *Step, gpa: Allocator) void { if (s.result_failed_command) |cmd| { gpa.free(cmd); s.result_failed_command = null; } }