pub fn app<'help>( name: &'help str, about: &'help str, args: Vec<Arg<'help>>) -> Result<(ArgMatches, String, String, u16, bool, bool)>