pub(crate) fn discover_presets(args: &Args) -> Vec<PathBuf>Expand description
Discover preset files. Honours --preset first, then --preset-dir
(one or more), then the default search path. Returns the list of
.milk files found, in lexicographic order so the boot sequence is
reproducible.