pub fn partition_purls( purls: &[String], allowed_ecosystems: Option<&[String]>, ) -> HashMap<Ecosystem, Vec<String>>
Partition PURLs by ecosystem, filtering by the --ecosystems flag if set.
--ecosystems