pub type CmdValidator = fn(&Matches) -> Result<()>;
Command-level validator that can inspect the final Matches.
Matches