pub fn select_seeds(home: &Path, roots: &[PathBuf]) -> Vec<PathBuf>Expand description
Pick the seed set for the scan: --root values when given, otherwise
the built-in defaults resolved against home. The two are alternatives
rather than complementary — passing --root is the user telling us
“scan this tree, not the usual ones”.