tags_from_remote

Function tags_from_remote 

Source
pub fn tags_from_remote(url: &str) -> Result<Vec<String>, PosixError>
Expand description

Returns all tags from a remote

ยงErrors

Will return PosixError if command exits with an error code.