pub const EXIT_CODE_INTERRUPTED: i32 = 130;
Exit code when interrupted by Ctrl+C (SIGINT). On Unix, this is 128 + signal number (SIGINT = 2).