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