Skip to main content

list_git_repos

Function list_git_repos 

Source
pub fn list_git_repos() -> Result<Vec<String>, Error>
Expand description

Lists all cloned git repositories.

ยงErrors

Returns an error if the git root directory cannot be read.