Function find_latest_version

Source
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.