pub(crate) fn selected_graphs<'a>( config: &'a CuConfig, requested: Option<&str>, ) -> CuResult<Vec<(String, &'a CuGraph)>>