Function version_of 

Source
fn version_of(cmd: &[&str], strip_prefix: &str) -> Option<String>
Expand description

Run a command and extract a version string from stdout, stripping a known prefix.