pub fn default_max(codes: &[i32]) -> i32
Aggregate child exit codes using max() (Default mode, FR-007).
max()
Empty input returns 0 (matches --no-commands Default-mode behavior).
--no-commands