pub fn cli_entry_code(args: impl IntoIterator<Item = OsString>) -> i32
Like cli_entry, but returns the raw i32 exit code.
cli_entry
i32
The same argv shape and process-exit caveats as cli_entry apply.