pub fn dispatch<U>( env: &Env<'_>, root: &CmdSpec<'_, U>, argv: &[&str], user: &mut U, ) -> Result<()>
Default dispatch that prints auto help/version/author to stdout.
See Error
Error