Skip to main content

parse_cli_args

Function parse_cli_args 

Source
pub fn parse_cli_args<I, S>(args: I) -> Result<Args, String>
where I: IntoIterator<Item = S>, S: Into<OsString>,