Skip to main content

cli_entry_code

Function cli_entry_code 

Source
pub fn cli_entry_code(args: impl IntoIterator<Item = OsString>) -> i32
Expand description

Like cli_entry, but returns the raw i32 exit code.

The same argv shape and process-exit caveats as cli_entry apply.