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.