Skip to main content

run

Function run 

Source
pub fn run() -> ExitCode
Expand description

Binary entry-point helper used by both src/main.rs and src/bin/pee.rs.

Per FR-007/FR-008/AD-002/AD-003: Default-mode exit aggregation uses max(child_codes); Strict mode uses bitwise OR.