pub type CmdHandlerFn<'a, Ctx> = dyn Fn(&Matches, &mut Ctx) -> Result<()> + 'a;
Command handler (executed for the leaf command after callbacks).