pub fn collect(only: Option<&str>) -> Vec<EngineReport>Expand description
Ask every installed engine, or only the one named.
None for only means every engine found. An engine whose binary is not on PATH
is absent from the result entirely — there is nothing to say about a tool that is
not installed, and a row saying so on every machine without Podman would be noise.