pub fn run_cli_from<R, I>(provider: &'static str, args: I) -> Result<()>where R: Registry, I: IntoIterator<Item = String>,