pub fn list_git_repos() -> Result<Vec<String>, Error>
Lists all cloned git repositories.
Returns an error if the git root directory cannot be read.