pub fn main_with_help<C: CommandFactory>( bin: &str, body: impl FnOnce() -> Result<()>, ) -> ExitCode
Emit styled help when -h/--help is present, then run body.
-h
--help
body