pub type CmdHandler<Ctx> = fn(&Matches, &mut Ctx) -> Result<()>;
Command handler (executed for the leaf command after callbacks).