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