pub fn refuses(report: &DiagnosisReport) -> boolExpand description
Whether this diagnosis leaves the command with nothing it could run.
Separate from rendering so the exit status and the text cannot drift: a
command that printed REFUSE and exited 0 would be read as success by every
script that wraps it.