pub fn go<C: Parser + CommandFactory>( bin: &str, body: impl FnOnce(C) -> Result<()>, ) -> ExitCode
Parse C, emit styled help if asked, then run body.
C
body