Function gitnu::parse

source ·
pub fn parse<I: Iterator<Item = String>>(cwd: PathBuf, args: I) -> App
Expand description

Parses all command-line arguments and returns an App instance that is ready to be ran.