Function libutils::cmdline_opts
[−]
[src]
pub fn cmdline_opts<I, T>(iter: I) -> Result<CmdlineOpts, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
Parse the command line arguments passed.