pub fn parse<I, S>(args: I) -> Result<Parse, Error>where I: IntoIterator<Item = S>, S: Into<String>,
Parses command line arguments.