Skip to main content

refuses

Function refuses 

Source
pub fn refuses(report: &DiagnosisReport) -> bool
Expand 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.