CmdValidator

Type Alias CmdValidator 

Source
pub type CmdValidator = fn(&Matches) -> Result<()>;
Expand description

Command-level validator that can inspect the final Matches.