pub const EXIT_USAGE: i32 = 2;
Process exit code for a usage error (bad arguments, reserved verb). Matches clap’s own convention for argument errors.