pub fn parse<I: Iterator<Item = String>>(cwd: PathBuf, args: I) -> App
Parses all command-line arguments and returns an App instance that is ready to be ran.