pub fn main_entry()Expand description
Run the command-line application using the current process arguments and standard streams.
This is the only binary integration entry point. It installs process-wide terminal and cancellation hooks, renders user-facing failures, and terminates the process with the stable CLI exit code when command execution fails.