pub type CmdValidatorFn<'a> = dyn Fn(&Matches) -> Result<()> + 'a;
Command-level validator that can inspect the final Matches.
Matches