pub fn resolve(name: &str) -> Result<&'static dyn Pack, UnknownHarness>Expand description
Resolve a --harness <name> to its pack.
§Errors
UnknownHarness when no pack matches — carries the requested name and the available
list so the caller can print a clear, actionable error.