Function goat_cli::utils::cli_matches::process_cli_args
source · [−]pub fn process_cli_args(
matches: &ArgMatches,
api: &str
) -> Result<(u64, Vec<String>, Vec<String>)>Expand description
Take CLI arguments and parse them. Return a tuple of:
(the size arg you passed, vector of taxon ID’s, vector of URLs).