pub fn forge_cli_version(bin: &str) -> Option<(u32, u32, u32)>Expand description
Run <bin> --version and parse it. A spawn failure, a non-zero exit,
or output carrying no version run all answer None, because none of
them proves a version this binary can trust.