Skip to main content

expect_no_more

Function expect_no_more 

Source
fn expect_no_more<'a, I>(args: I) -> Result<(), CliError>
where I: Iterator<Item = &'a String>,