Skip to main content

default_max

Function default_max 

Source
pub fn default_max(codes: &[i32]) -> i32
Expand description

Aggregate child exit codes using max() (Default mode, FR-007).

Empty input returns 0 (matches --no-commands Default-mode behavior).