pub fn run<I>(args: I) -> Result<(), IcQueryError>where
I: IntoIterator<Item = OsString>,Expand description
Run the CLI from an argument iterator.
pub fn run<I>(args: I) -> Result<(), IcQueryError>where
I: IntoIterator<Item = OsString>,Run the CLI from an argument iterator.