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.
pub fn find_latest_version(remote: &str) -> Result<String, PosixError>
Return the latest version from remote
Will return PosixError
if command exits if no versions found.