pub fn generate_unique_strings(
    matches: &ArgMatches,
    index_type: IndexType
) -> Result<Vec<String>>
Expand description

Determine from the CLI matches how many URLs are needing to be generated, and return a vector of random character strings to use as unique identifiers.