RunCallback

Type Alias RunCallback 

Source
pub type RunCallback<Ctx> = fn(&[&str], &mut Ctx) -> Result<()>;
Expand description

Command runner for the resolved command (receives final positionals).