pub type RunCallback<Ctx> = fn(&[&str], &mut Ctx) -> Result<(), Box<dyn Error>>;
Command runner for the resolved command (receives final positionals).