RunCallback

Type Alias RunCallback 

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

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