CmdHandler

Type Alias CmdHandler 

Source
pub type CmdHandler<Ctx> = fn(&Matches, &mut Ctx) -> Result<()>;
Expand description

Command handler (executed for the leaf command after callbacks).