pub fn describe_mismatch(here: &[&str], daemon: &[String]) -> Option<String>Expand description
What the CLI should say when its switches differ from the daemon’s.
None when they agree. Returned rather than printed so the caller owns the
output stream and this stays testable.