Function cton_reader::parse_options [] [src]

pub fn parse_options<'a, I>(
    iter: I,
    config: &mut Configurable,
    loc: &Location
) -> Result<()> where
    I: Iterator<Item = &'a str>, 

Parse an iterator of command line options and apply them to config.