pub fn find_latest_version(remote: &str) -> Result<String, PosixError>
Expand description

Return the latest version from remote

Errors

Will return PosixError if command exits if no versions found.