pub fn main_impl() -> !Expand description
Main entry point for cargo-nextest.
This function handles CLI parsing, early setup (for paged help), and dispatches to the appropriate command. Both the main binary and the integration test duplicate use this.