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