pub async fn select_from_analysis(
repo_path: &Path,
config: &Config,
analysis: &RepositoryAnalysis,
options: &SelectionOptions,
) -> Result<SelectionOutcome>Expand description
Derive a selection outcome from an existing repository analysis.