Skip to main content

run_cli_from

Function run_cli_from 

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